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 02ad030..9f439ed 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -79,8 +79,8 @@ ${layouts/page()}
79 79
80 <footer class="c-footer"> 80 <footer class="c-footer">
81 <div class="l-container l-container--pad-y u-pb0"> 81 <div class="l-container l-container--pad-y u-pb0">
82 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> 82 <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${layouts/ascii_fox()}</pre>
83 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre> 83 <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${layouts/ascii_fox_small()}</pre>
84 </div> 84 </div>
85 </footer> 85 </footer>
86</body> 86</body>