blog.lonjil.xyz/layouts/_default/single.html

11 lines
168 B
HTML

{{ define "main" }}
<br />
<article>
<h3>{{ .Title }}</h3>
{{ .Date.Format "2006-01-02" }} —
{{ delimit .Params.tags ", " }}
<hr>
{{ .Content }}
</article>
{{ end }}