diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 8 |
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> |
