Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit dddea11

Browse files
committed
fix: adjusted size of headers for 404
1 parent 7fd2d25 commit dddea11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/hello-friend/layouts/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{{ define "main"}}
33
<main id="main">
44
<div>
5-
<h3 id="title">404 - Page not found</h3>
6-
<h6 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h6>
5+
<h2 id="title">404 - Page not found</h2>
6+
<h4 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h4>
77
</div>
88
</main>
99
{{ end }}

0 commit comments

Comments
 (0)