1
0
This commit is contained in:
2024-04-08 02:50:00 +09:00
parent e5ed214234
commit 698f2e1cb6
83 changed files with 44106 additions and 62 deletions

View File

@ -5,7 +5,7 @@
<article>
<div class="content">
{{ if ne .Lastmod .Date }}<div class="post-time-date">{{ .Lastmod.Format "2006-01-02" }}</div>{{ end }}
<h2>{{ .Title }}</h2>
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
</article>