1
0
This commit is contained in:
2024-04-27 12:19:58 +09:00
parent 377b84b858
commit 00a043d737
10 changed files with 76 additions and 31 deletions

View File

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