revuoxmrtheme/layouts/periodicals/periodical.html
2024-07-02 15:03:13 -07:00

8 lines
No EOL
175 B
HTML

{{ define "main" }}
<article id="post-page">
<h2>{{ .Title }}</h2>
<time class="by-line">{{ .Date.Format .Site.Params.dateFormat }}</time>
{{ .Content }}
</article>
{{ end }}