1
0
This commit is contained in:
2024-04-27 12:19:58 +09:00
parent 377b84b858
commit 17d3689d50
35 changed files with 647 additions and 440 deletions

View File

@ -1,6 +1,7 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
<div id="container">
<div class="outer">
<div id="blog-archives" class="category">
@ -15,7 +16,10 @@
</div>
</div>
</div>
</div>
{{ partial "particles.html" . }}
{{ partial "footer" . }}
</body>
</html>

View File

@ -13,6 +13,8 @@
{{ partial "comment.html" . }}
</div>
{{ partial "particles.html" . }}
{{ partial "footer.html" . }}
</body>
</html>