simpletheme/layouts/_default/single.html

13 lines
264 B
HTML
Raw Normal View History

2020-04-02 09:37:23 +00:00
<!DOCTYPE html>
{{ partial "head.html" . }}
<html>
{{ partial "page_header.html" . }}
<h1>{{ .Title }}</h1>
<p class="post-meta"><time itemprop="datePublished">{{ .Date.Format "January 2, 2006" }}</time>
</p>
{{ .Content }}
{{ partial "footer.html" . }}
</html>