dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: use site regular pages for related content lookup (#1073)
Velimir Đurković
2 days ago
55120c7e8981919aa51d57a8e0abe1b1f50d6c66
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
_partials
/
head-additions.html
1
2
3
4
5
6
7
8
{{/*
head-additions.html — the designated injection point at the end of <head>.
Site projects can override this partial directly, or use the "head-end" hook
to inject markup (meta tags, preloads, third-party <script>/<link> tags)
without overriding the partial. See the documentation on hooks & filters.
*/}}
{{- partials.Include "hook.html" (dict "hook" "head-end" "context" .) -}}