summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 9c6b3fa..adc5466 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -81,8 +81,8 @@ ${layouts/page()}
81 81
82 <footer class="c-footer"> 82 <footer class="c-footer">
83 <div class="l-container l-container--pad-y u-pb0"> 83 <div class="l-container l-container--pad-y u-pb0">
84 <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${layouts/ascii_fox()}</pre> 84 <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${partials/ascii_fox()}</pre>
85 <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${layouts/ascii_fox_small()}</pre> 85 <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${partials/ascii_fox_small()}</pre>
86 </div> 86 </div>
87 </footer> 87 </footer>
88</body> 88</body>