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
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{- partial "head.html" . -}}
{{- partial "head/head.html" . -}}
<body>
<div id="content">
{{- block "main" . }}{{- end }}
+1 -1
View File
@@ -16,7 +16,7 @@
{{- partial "pagination.html" . -}}
{{ partialCached "footer" . }}
{{ partialCached "footer/footer" . }}
</main>
{{ partialCached "sidebar/right.html" . }}
+1 -1
View File
@@ -20,7 +20,7 @@
{{ partial "comments/include" . }}
{{ end }}
{{ partialCached "footer" . }}
{{ partialCached "footer/footer" . }}
</main>
</div>
</div>
+1 -1
View File
@@ -39,7 +39,7 @@
{{- partial "pagination.html" . -}}
{{ partial "footer" . }}
{{ partialCached "footer/footer" . }}
</main>
</div>
{{ end }}