diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-22 22:19:08 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-22 22:19:08 +0200 |
commit | b10d1e959c25a36cf58f570d12d15820ca1d3ee7 (patch) | |
tree | 40722bf76ee6602a5d629e955ae6fc38e652cf5d /layouts/404.html | |
parent | 0b30289d9f3520144bb37caa009d8953cde0e3d6 (diff) |
Improve logic in title template for less warnings
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index f0b35fb..468ba6f 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -9,7 +9,7 @@ <body> <main class="flex justify-center"> - <h1>404 Not Found</h1> + <h1>404 Not Found</h1> </main> {{ partial "docs/inject/body" . }} |