1
0
This commit is contained in:
2024-04-21 12:11:54 +09:00
parent 95e33d3feb
commit 235ee67e84
18 changed files with 451 additions and 6 deletions

View File

@ -10,6 +10,12 @@
</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>