Templates, static assets, and the help articles are embedded into Periwiki binary at build time. To override any file, place a copy at the same relative path next to the binary — it will take precedence over the embedded version.
{{ if .ShortCommit }}
Build commit:
{{ if .CommitURL }}{{ .ShortCommit }}{{ else }}{{ .ShortCommit }}{{ end }}
—
{{ end }}
{{ .TotalFiles }} files ({{ .OverrideCount }} overridden from disk)
{{ template "tree" .Tree }}
{{ else }}
No content files found.
{{ end }}