Files
davideisinger.com/themes/v2/layouts/partials/footer.html
2023-03-06 16:05:26 -05:00

13 lines
404 B
HTML

<footer>
<hr>
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
{{ with site.Params.git.last_commit }}
<a href="https://github.com/dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a>
{{ end }}
<br>
<a href="https://v1.davideisinger.com">Version 1</a>
<a href="/index.xml">Feed</a>
Copyright &copy; {{ now.Format "2006" }} David Eisinger
</footer>