Files
davideisinger.com/themes/v2/layouts/partials/footer.html
2024-02-24 22:30:32 -05:00

14 lines
437 B
HTML

<footer>
<hr>
<a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a>
<a href="/index.xml">Feed</a><br>
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>
Copyright &copy; {{ now.Format "2006" }} David Eisinger
</footer>