{{- $err_common_msg := "\n Fix this issue *before* you start debugging the errors that follow.\n It is possible that those errors will go away once you fix this issue.\n" -}} {{- if (and .Site.Params.source.md_dir (not .Site.Params.source.url)) -}} {{- errorf "You set .Site.Params.source.md_dir, but forgot to set .Site.Params.source.url!%s" $err_common_msg -}} {{- end -}} {{- if (and .Site.Params.source.org_dir (not .Site.Params.source.url)) -}} {{- errorf "You set .Site.Params.source.org_dir, but forgot to set .Site.Params.source.url!%s" $err_common_msg -}} {{- end -}}
{{- . | safeHTML -}}
{{ end }} {{ with .Site.Params.source }}It is updated automatically after each commit to the
{{ .url | replaceRE "^.*/" "" }} repo.
It was last updated on {{ now.Format "Jan 02, 2006 15:04 MST" }}.
ox-hugo.hugo-bare-min-theme + Hugo {{ hugo.Version }}
{{ with hugo.CommitHash }}
(commit
{{ . | replaceRE "^[0-9a-f]{7,}" `${0}` | replaceRE ":chroma-([0-9a-f]{7,})" `, using Chroma commit ${1}` | safeHTML -}}
)
{{ end }}.
{{ with .Site.Params.footer }}
{{- . | safeHTML -}}
{{ end }}
{{ block "footer" . }}{{ end }}