Skip to content

Commit 79f4ad8

Browse files
committed
Work with in-production CSP rules too
1 parent 7163d03 commit 79f4ad8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ params:
8383
[Funding](/docs/project/funding/) |
8484
# from_year: 2024
8585
github_repo: &repo https://github.com/theupdateframework/theupdateframework.io
86-
gcs_engine_id: 06ecafa260afd40f9
86+
gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html
8787
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
8888
ui:
8989
navbar_logo: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script type="text/javascript" async src="https://cse.google.com/cse.js?cx={{ .Site.Params.gcs_engine_id }}"></script>

0 commit comments

Comments
 (0)