21 lines
635 B
HTML
21 lines
635 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.sr.ht/~dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a>
|
|
{{ end }}
|
|
</div>
|
|
|
|
<a href="https://creativecommons.org/licenses/by/4.0/deed.en">© CC BY 4.0</a>
|
|
</footer>
|