Skip to content

Commit

Permalink
fix: footer partial in 404
Browse files Browse the repository at this point in the history
  • Loading branch information
WingLim committed Sep 25, 2021
1 parent 84b088f commit 6640677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{ partial "head/head" . }}
{{ partial "header.html" . }}
{{ partial "header" . }}

<div class="container">
<main>
<h1>404 NOT FOUND</h1>
</main>
</div>

{{ partial "footer.html" . }}
{{ partial "footer/footer" . }}

0 comments on commit 6640677

Please sign in to comment.