logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

single.html (344B)


  1. {{ partial "head.html" . }}
  2. <h1>
  3. {{$.Title}}
  4. <small>
  5. <span class="date">{{.Date.Format "January 2, 2006"}}</span>
  6. on
  7. <span class="site"><a href="{{.Site.BaseURL}}">{{.Site.Title}}</a></span>
  8. </small>
  9. </h1>
  10. <main>
  11. <article>
  12. {{.Content}}
  13. </article>
  14. </main>
  15. {{ partial "webring-out.html" }}
  16. {{ partial "foot.html" }}