Removed unused offline layout

This commit is contained in:
Brandon Rozek 2023-01-05 00:06:06 -05:00
parent 1c8179bae3
commit 7b5e4f3aa4
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<main>
<div class="main">
<p><a href="{{ .Site.BaseURL }}">Go Home</a></p>
</div>
</main>
{{ partial "footer.html" . }}
</body>
</html>