themes/stevelosh/layouts/blog/single.html @ f5556130bda1
lisp
Add Lisp skeleton, port blog
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 04 Jan 2020 23:36:37 -0500 |
parents |
a94c8ec4eb98 |
children |
(none) |
{{ partial "header.html" . }}
<div id="leaf-title">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
</div>
<div id="leaf-stats" class="group">
<p>
Posted on {{ .Date.Format .Site.Params.DateForm }}.
</p>
</div>
<div id="leaf-toc">
{{ .TableOfContents }}
</div>
<div id="leaf-content" class="">
{{ .Content }}
</div>
{{ partial "footer.html" . }}