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

Switch to Hugo
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Oct 2016 12:48:36 +0000
parents (none)
children fdf01e99fd51
{{ 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-content" class="">
        {{ .Content }}
    </div>

{{ partial "footer.html" . }}