themes/stevelosh/layouts/blog/single.html @ a94c8ec4eb98

Continue the expunging of Javascript
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Jul 2018 17:03:49 +0000
parents fdf01e99fd51
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" . }}