refactor: move partial/head.html and partial/footer.html

This commit is contained in:
Jimmy Cai
2020-09-11 22:41:40 +02:00
parent b64cbe1ef8
commit b064b5ef85
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
{{- partial "pagination.html" . -}}
{{ partial "footer" . }}
{{ partialCached "footer/footer" . }}
</main>
</div>
{{ end }}