aboutsummaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 13:30:25 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 13:30:25 +0100
commit76c251066fd34a26734bf1acdb1e041881e1c0af (patch)
treec332d7ae2bf0e45087fdcc33784dc99de9bcc98b /layouts/404.html
parent461aafe99569a93838f823729aaf8d51fa693aaf (diff)
Refactor templates and partials
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index ca630ee..06ca617 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,7 +2,9 @@
{{ define "main"}}
<main id="main">
<div>
- <h1 id="title"><a href="{{ "/docs" }}">Go Home</a></h1>
+ <h1 id="title"><a href="{{ "/" }}">Go Home</a></h1>
</div>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}
+
+{{ define "toc" }} {{ end }} \ No newline at end of file