Skip to content

Commit

Permalink
Fix enc
Browse files Browse the repository at this point in the history
  • Loading branch information
RileySeaburg committed Jun 27, 2024
1 parent 67ca19f commit 05d5535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ security:
- ^SITE_
- ^BRANCH
- ^BASEURL
- ^site.baseurl

menu:
primary:
Expand Down
2 changes: 1 addition & 1 deletion themes/digital.gov/layouts/partials/core/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
content="{{- $.Params.summary | default $.Site.Params.description | markdownify -}}"
/>
<meta property="og:type" content="{{- $.Scratch.Get "pagetype" -}}" />
{{ $baseURL := getenv "Site.BASEURL" }}
{{ $baseURL := getenv "BASEURL" }}
<meta property="og:url" content="{{ $baseURL }}{{ .RelPermalink }}" />
<script>
console.log("{{ $baseURL }}{{ .RelPermalink }}");
Expand Down

0 comments on commit 05d5535

Please sign in to comment.