summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html
index 554651d..420f40e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -72,14 +72,14 @@ ${layouts/list()}
72 $else$ 72 $else$
73${layouts/page()} 73${layouts/page()}
74 $endif$ 74 $endif$
75
76 <footer class="c-footer">
77 <div class="l-container l-container--pad-y u-pb0">
78 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre>
79 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre>
80 </div>
81 </footer>
82 </main> 75 </main>
76
77 <footer class="c-footer">
78 <div class="l-container l-container--pad-y u-pb0">
79 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre>
80 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre>
81 </div>
82 </footer>
83</body> 83</body>
84 84
85</html> 85</html>