diff options
author | Volpeon <git@volpeon.ink> | 2022-06-15 11:45:31 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-15 11:45:31 +0200 |
commit | cec2368214f7184ee0f583ce4f5201c3ecaa3fc9 (patch) | |
tree | 9ca07a24baeab0c1e8046aef16e4a6f9a2a326b7 /templates/base.html | |
parent | Update (diff) | |
download | volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.gz volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.bz2 volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.zip |
Update
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 4319d43..49355b7 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -47,7 +47,7 @@ | |||
47 | </head> | 47 | </head> |
48 | 48 | ||
49 | <body> | 49 | <body> |
50 | <nav class="c-header"> | 50 | <nav class="c-header" label="Mainmenu"> |
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" aria-label="Logo"> | 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> |