themes/stevelosh/layouts/_default/single.html @ de64f1b0d5c0

Add public to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Oct 2016 12:50:31 +0000
parents e7bc59b9ebda
children (none)
{{ partial "header.html" . }}

    <div id="leaf-title">
        <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
    </div>

    <div id="leaf-content" class="">
        {{ .Content }}
    </div>

{{ partial "footer.html" . }}