Files
jarv.is/layouts/partials/functions/debug.html
T

7 lines
478 B
HTML

{{/* Output these variables for debugging purposes: */}}
{{- printf "<!-- htmlmin:ignore -->" | safeHTML }}
{{ with hugo }}{{ with .Environment }}{{ printf "<!-- env: %s -->" . | safeHTML }}{{ end }}{{ end }}
{{ with .GitInfo }}{{ with .AbbreviatedHash }}{{ printf "<!-- commit: %s -->" . | safeHTML }}{{ end }}{{ end }}
{{ with .File }}{{ with .Path }}{{ printf "<!-- source: content/%s -->" . | safeHTML }}{{ end }}{{ end }}
{{- printf "<!-- htmlmin:ignore -->" | safeHTML }}