1
0
This commit is contained in:
2024-04-21 16:44:03 +09:00
parent 2fc8f72889
commit 377b84b858
2166 changed files with 353 additions and 372911 deletions

View File

@ -1,4 +1,4 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
@ -10,11 +10,7 @@
</div>
</article>
<!--
{{ $s := path.Dir (.Permalink | relURL) }}
{{ $o := index (split $s "/") 1 }}
<div class="pager"><a href="{{ printf "/%s" $o }}">{{ $o }}</a></div>
-->
{{ partial "comment.html" . }}
</div>
{{ partial "footer.html" . }}