{{ with $.Site.Params.footer.copyrightStr }}
  • {{ . }}
  • {{ end }} {{ with $.Site.Params.globalFrontmatter.author }}
  • {{ . }}
  • {{ end }} {{ range $key, $val := $.Site.Params.footer.socialLink }} {{ with $val }}
  • {{ if eq $key "email" }} {{ else }} {{ end }}
  • {{ end }} {{ end }}
    {{ with $.Site.Params.footer.counter }}
  • {{ if $.IsPage }} Word Count: {{ $.WordCount }} {{ else if $.IsSection }} Pages In Section: {{ len (where $.Pages "Params.hidden" "!=" true) }} {{ else if $.IsHome }} Pages: {{ len (where $.Site.RegularPages "Params.hidden" "!=" true) }} {{ else if $.IsNode }} Pages: {{ len (where $.Pages "Params.hidden" "!=" true) }} {{ end }}
  • {{ end }} {{/* Use this as a trick to check if the multilingual mode is enabled. */}} {{ if hugo.IsMultilingual }}
    • {{ range $.Site.Home.AllTranslations }}
    • {{ .Lang }} -{{ .Language.LanguageName }}
    • {{ end }}
  • {{ end }} {{ with $.Site.Params.footer.language }}
  • {{ $.Site.Language.Lang }}
  • {{ end }} {{ with $.Site.Params.footer.hugoVersion }}
  • Hugo: {{ hugo.Version }}
  • {{ end }} {{ with $.Site.Params.footer.theme }}
  • Theme: dark-theme-editor
  • {{ end }} {{ with $.Site.Params.footer.modifiedTime }}
  • {{ if or ($.IsHome) ($.IsNode) }} {{ with hugo.BuildDate }} Last build:   {{ time hugo.BuildDate | time.Format $.Site.Params.footer.dateFormat | safeHTML }} {{ end }} {{ else }} Last modified:   {{ time $.Lastmod | time.Format $.Site.Params.footer.dateFormat | safeHTML }} {{ end }}
  • {{ end }} {{ if $.IsPage }} {{ with $.Site.Params.footer.gitHash }}
  • {{ $.GitInfo.AbbreviatedHash }}
  • {{ end }} {{ end }}