summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-22 10:58:07 +0100
committerVolpeon <git@volpeon.ink>2021-12-22 10:58:07 +0100
commitd76ce7ba079e335471bcd2d82bf7ed5dc430fa6c (patch)
tree67c8748c6abab02416404c6beccc068857fa6353 /templates/base.html
parentFixed contrast issues (diff)
downloadvolpeon.ink-d76ce7ba079e335471bcd2d82bf7ed5dc430fa6c.tar.gz
volpeon.ink-d76ce7ba079e335471bcd2d82bf7ed5dc430fa6c.tar.bz2
volpeon.ink-d76ce7ba079e335471bcd2d82bf7ed5dc430fa6c.zip
Fixed accessibility issues
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 76a2cf3..353a2bd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -49,7 +49,7 @@
49<body> 49<body>
50 <nav class="c-header"> 50 <nav class="c-header">
51 <a class="c-header__item c-header__item--icon" href="/" title="$site.title$"> 51 <a class="c-header__item c-header__item--icon" href="/" title="$site.title$">
52 <svg class="c-header__icon" width="1em" height="1em"> 52 <svg class="c-header__icon" width="1em" height="1em" aria-label="Logo">
53 <use href="/symbols.svg#logo"></use> 53 <use href="/symbols.svg#logo"></use>
54 </svg> 54 </svg>
55 </a> 55 </a>
@@ -77,9 +77,9 @@ ${layouts/page()}
77 </main> 77 </main>
78 78
79 <footer class="c-footer"> 79 <footer class="c-footer">
80 <div class="l-container l-container--pad-y u-pb0"> 80 <div class="l-container l-container--pad-y u-pb0" aria-hidden="true">
81 <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${partials/ascii_fox()}</pre> 81 <pre class="c-footer__ascii u-dn@sm-lo">${partials/ascii_fox()}</pre>
82 <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${partials/ascii_fox_small()}</pre> 82 <pre class="c-footer__ascii u-dn@sm-hi">${partials/ascii_fox_small()}</pre>
83 </div> 83 </div>
84 </footer> 84 </footer>
85</body> 85</body>