mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -05:00
Removed unused offline layout
This commit is contained in:
parent
1c8179bae3
commit
7b5e4f3aa4
1 changed files with 0 additions and 13 deletions
|
@ -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>
|
|
Loading…
Reference in a new issue