simpletheme/layouts/_default/single.html

11 lines
227 B
HTML
Raw Permalink Normal View History

{{ define "main" }}
<p class="post-meta"><time itemprop="datePublished">{{ .Date.Format "January 2, 2006" }}</time>
</p>
2020-04-02 09:37:23 +00:00
{{ .Content }}
{{ end }}
2020-04-02 09:37:23 +00:00
{{ define "footer" }}
{{partial "footer" .}}
{{ end }}