revuoxmrtheme/layouts/periodicals/periodical.html

8 lines
175 B
HTML
Raw Permalink Normal View History

2024-07-02 22:03:13 +00:00
{{ define "main" }}
<article id="post-page">
<h2>{{ .Title }}</h2>
<time class="by-line">{{ .Date.Format .Site.Params.dateFormat }}</time>
{{ .Content }}
</article>
{{ end }}