revuoxmrtheme/layouts/weekly/weekly_old.html

8 lines
214 B
HTML
Raw 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><div style="margin-bottom: 45px"></div>
{{ end }}