Files
davideisinger.com/themes/v2/layouts/partials/footer.html
David Eisinger 63467ce25f
All checks were successful
Deploy / deploy (push) Successful in 12m15s
Gitea links in footer + Gemini
2026-04-16 23:42:29 -04:00

21 lines
646 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.commit }}
<a href="https://git.davideisinger.com/dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a>
{{ end }}
</div>
<a href="https://creativecommons.org/licenses/by/4.0/deed.en">&copy; CC BY 4.0</a>
</footer>