|
@@ -16,8 +16,9 @@
|
|
|
{{ i18n "powered_by" }} <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
|
{{ i18n "powered_by" }} <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
{{ if .Site.Params.commit }}
|
|
{{ if .Site.Params.commit }}
|
|
|
- {{ if or (not .Site.Params.hideCredits) (not .Site.Params.hideCopyright) }} · {{ end }}
|
|
|
|
|
- [<a href="{{ .Site.Params.commit }}{{ getenv "GIT_COMMIT_SHA" }}">{{ getenv "GIT_COMMIT_SHA_SHORT" }}</a>]
|
|
|
|
|
|
|
+ {{ if .GitInfo }}
|
|
|
|
|
+ [<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>]
|
|
|
|
|
+ {{ end }}
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
</section>
|
|
</section>
|
|
|
</footer>
|
|
</footer>
|