Browse Source

center h2 on 404 layout

master
Alexander Avery 2 years ago
parent
commit
3067b52974
  1. 2
      layouts/404.html

2
layouts/404.html

@ -1,7 +1,7 @@
{{ define "main" }}
<div class="center-box">
<h1>404</h1>
<h2>This page doesn't exist. Let's go <a href="/">home</a></h2>
<h2 class="center-text">This page doesn't exist. Let's go <a href="/">home</a></h2>
</div>
{{ end }}

Loading…
Cancel
Save