Skip to content

Commit 43df51b

Browse files
committed
Work with in-production CSP rules too
1 parent 764ae92 commit 43df51b

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
@@ -75,7 +75,7 @@ params:
7575
[Funding](/about/#funding) |
7676
# from_year: 2024
7777
github_repo: https://github.com/theupdateframework
78-
gcs_engine_id: 06ecafa260afd40f9
78+
gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html
7979
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
8080
ui:
8181
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)