Files
davideisinger.com/themes/v2/layouts/partials/footer.html
David Eisinger e7db6c7f7d Mobile footer
2024-03-07 09:17:25 -05:00

21 lines
657 B
HTML

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