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 764ae92 commit 43df51bCopy full SHA for 43df51b
hugo.yaml
@@ -75,7 +75,7 @@ params:
75
[Funding](/about/#funding) |
76
# from_year: 2024
77
github_repo: https://github.com/theupdateframework
78
- gcs_engine_id: 06ecafa260afd40f9
+ gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html
79
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy
80
ui:
81
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