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: remove font size from code highlighting
Patrick Kollitsch
17.11.2026
399075ed6fdb2abd7afe04019b1b912e4099773c
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
_partials
/
func
/
hooks
/
collector-dump.html
1
2
3
4
5
{{- $scratch := page.Store.Get "ananke.hooks" -}}
{{- partials.Include "func/debug-cli.html" (collections.Dictionary "message" "Hooks Collector" "severity" "debug") -}}
{{- range $index, $item := $scratch -}}
{{- partials.Include "func/debug-cli.html" (collections.Dictionary "message" (printf "%d: %#v" $index $item) "severity" "debug") -}}
{{- end -}}