404 Redesign

This commit is contained in:
2019-04-02 23:36:40 -05:00
parent 0bb133e4d5
commit 19550a82b7
4 changed files with 30 additions and 17 deletions

View File

@ -1,9 +1,11 @@
---
layout: minimal
---
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>
<div class="container" role="main">
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>
</div>

View File

@ -6,9 +6,7 @@
{% include nav.html %}
<div id="top" class="py-4"></div>
</header>
<div class="container" role="main">
{{ content }}
</div>
{{ content }}
{% include scripts.html %}
</body>
</html>