themes/stevelosh/layouts/_default/single.html @ 68b60e4b8116 lisp

Move images to new location efficiently
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Jan 2020 23:34:26 -0500
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" . }}