1
0
This commit is contained in:
syui 2024-04-27 17:45:45 +09:00
parent 8422a8802f
commit ccaa3d82b9
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 4 additions and 0 deletions

View File

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

View File

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