revuoxmrtheme/layouts/weekly/weekly_old.html
2024-07-02 15:03:13 -07:00

8 lines
No EOL
214 B
HTML

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