accessible.tips/themes/hugo-xmin/layouts/partials/footer.html

15 lines
390 B
HTML
Raw Normal View History

<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.footer }}
<hr/>
<a href="#top">Back to top</a>
<br />{{ replace . "{Year}" now.Year | markdownify}}
{{ end }}
{{ if .GitInfo}}
<br />
Revision <a href="https://github.com/mcrosson/accessible.tips/commit/{{ .GitInfo.Hash }}" rel="noopener">{{ .GitInfo.Hash }}</a>
{{ end }}
</footer>
</body>
</html>