1
0
This commit is contained in:
2024-04-10 00:51:56 +09:00
parent fa63803bce
commit 8374e71f5f
10 changed files with 90 additions and 30 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>