c.ferdinandi-s_vlist/themes/vanillajs/layouts/_default/single.html

23 lines
361 B
HTML
Raw Normal View History

2019-02-27 17:54:56 +01:00
{{ partial "header.html" . }}
<article>
<header>
<aside class="text-muted">
<time datetime="{{ .Date }}" pubdate>{{ dateFormat "January 2, 2006" .Date }}</time>
</aside>
<h1 class="no-padding-top">
{{ .Title }}
</h1>
</header>
{{ .Content }}
</article>
{{ partial "cta-individual-post.html" }}
{{ partial "footer.html" . }}