footer.html (647B)
1 <footer> 2 <hr> 3 4 <div> 5 <a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> 6 <span class="mobile-hidden">•</span> 7 <a href="/index.xml">Feed</a> 8 <span class="mobile-hidden">•</span> 9 <a href="/about/#contact">Contact</a> 10 </div> 11 12 <div class="mobile-hidden"> 13 Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} 14 {{ with site.Params.git.commit }} 15 • <a href="https://git.davideisinger.com/davideisinger.com/commit/{{ . }}.html">{{ substr . 0 7}}</a> 16 {{ end }} 17 </div> 18 19 <a href="https://creativecommons.org/licenses/by/4.0/deed.en">© CC BY 4.0</a> 20 </footer>