summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-14 15:31:25 +0100
committerVolpeon <git@volpeon.ink>2021-11-14 15:31:25 +0100
commit9f7af04895e5a2116e9e540ffb7a6cc872afb1f6 (patch)
treecd640222c765f5cba9865aa92b9c8404ea64203d /templates/base.html
parentRemove links mainmenu entry again (diff)
downloadvolpeon.ink-9f7af04895e5a2116e9e540ffb7a6cc872afb1f6.tar.gz
volpeon.ink-9f7af04895e5a2116e9e540ffb7a6cc872afb1f6.tar.bz2
volpeon.ink-9f7af04895e5a2116e9e540ffb7a6cc872afb1f6.zip
Hide ASCII art for ARIA
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>