Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WingLim/hugo-tania.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWingLim <643089849@qq.com>2021-09-25 08:15:38 +0300
committerWingLim <643089849@qq.com>2021-09-25 08:15:38 +0300
commit66406773f52d5eb0684d1866ff2447b7cade2ba3 (patch)
treeaec3e235c900e3d1e9cad2c1dff16bddef6a15d0
parent84b088fb0655fc4ef3216729e945958564d3da6b (diff)
fix: footer partial in 404
-rw-r--r--layouts/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index bab9ac5..24409fd 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
{{ partial "head/head" . }}
-{{ partial "header.html" . }}
+{{ partial "header" . }}
<div class="container">
<main>
@@ -7,4 +7,4 @@
</main>
</div>
-{{ partial "footer.html" . }}
+{{ partial "footer/footer" . }}