add swup id to 404.html

This commit is contained in:
Ray Elliott 2020-03-28 21:45:05 +00:00
parent c4ca65f634
commit 8224df1a1c
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
{{ define "main" }}
<h1>Nothing Here...</h1>
<h2 style="font-size: 120px; margin:0;">💩</h2>
<h3><a href="{{ "/" | relURL }}">Go Home</a></h3>
<main id="swup" class="transition">
<h1>Nothing Here...</h1>
<h2 style="font-size: 120px; margin:0;">💩</h2>
<h3><a href="{{ "/" | relURL }}">Go Home</a></h3>
</main>
{{ end }}