We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163d03 commit 79f4ad8Copy full SHA for 79f4ad8
hugo.yaml
@@ -83,7 +83,7 @@ params:
83
[Funding](/docs/project/funding/) |
84
# from_year: 2024
85
github_repo: &repo https://github.com/theupdateframework/theupdateframework.io
86
- gcs_engine_id: 06ecafa260afd40f9
+ gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html
87
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
88
ui:
89
navbar_logo: true
layouts/partials/hooks/head-end.html
@@ -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