1
0
This commit is contained in:
2024-04-08 02:50:00 +09:00
parent e5ed214234
commit 2fc8f72889
50 changed files with 849 additions and 4329 deletions

View File

@ -5,11 +5,17 @@
<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>
<!--
{{ $s := path.Dir (.Permalink | relURL) }}
{{ $o := index (split $s "/") 1 }}
<div class="pager"><a href="{{ printf "/%s" $o }}">{{ $o }}</a></div>
-->
</div>
{{ partial "footer.html" . }}
</body>