{{- $ver := "" }} {{- $url := "https://github.com/McShelby/hugo-theme-relearn" }} {{- if ne .Site.Params.disableGeneratorVersion true }} {{- $ver := printf " %s" (partial "version.txt") }} {{- $url = printf "https://github.com/McShelby/hugo-theme-relearn/releases/tag/%s" $ver }} {{- if in $ver "+" }} {{- $commit := replaceRE "^.*\\+" "" $ver }} {{- $url = printf "https://github.com/McShelby/hugo-theme-relearn/commit/%s" $commit }} {{- end }} {{- end }}

Built with by Hugo

{{- with resources.Get "/js/github-buttons/github-buttons.js" }} {{- $assetBusting := partialCached "assetbusting.gotmpl" . }} {{- $minify := not hugo.IsServer }} {{- if and (isset site.Params "minify") (ne site.Params.minify "") }} {{- $minify = site.Params.minify }} {{- end }} {{- $res := . }} {{- if $minify }} {{- $res = $res | minify }} {{- end }} {{- end }}