add default single

This commit is contained in:
Hanwen Guo 2022-08-26 19:47:24 +08:00
parent 1af4b5cbe1
commit bbf06e76b2

View File

@ -0,0 +1,15 @@
{{ define "main" }}
{{ partial "back_link.html" .}}
<article>
<p class="post-meta">
<time datetime="{{ .Date }}">
{{ .Date | time.Format site.Params.theme_config.date_format }}
</time>
</p>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}