themes/stevelosh/layouts/blog/single.html @ f0224e60465c
joekarl/chip8soundmarkdown-proofread-1482644403889
Close branch.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 25 Dec 2016 11:31:03 -0500 |
parents |
fdf01e99fd51 |
children |
a94c8ec4eb98 |
{{ partial "header.html" . }}
<div id="leaf-title">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
</div>
<div id="leaf-stats" class="group">
<p>
Posted
<span class="timeago"
title="{{ .Date.Format .Site.Params.DateFormFull }}">
</span>
on {{ .Date.Format .Site.Params.DateForm }}.
</p>
</div>
<div id="leaf-toc">
{{ .TableOfContents }}
</div>
<div id="leaf-content" class="">
{{ .Content }}
</div>
{{ partial "footer.html" . }}