diff options
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 0b5db92..9ab3643 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -54,7 +54,7 @@ | |||
54 | 54 | ||
55 | <body itemscope itemtype="https://schema.org/WebPage" class="t-no-js"> | 55 | <body itemscope itemtype="https://schema.org/WebPage" class="t-no-js"> |
56 | <nav class="c-header" label="Mainmenu"> | 56 | <nav class="c-header" label="Mainmenu"> |
57 | <a class="c-header__item c-header__item--icon" href="/" title="$site.title$" itemprop="isPartOf" itemscope itemtype="https://schema.org/WebSite" itemid="$site.url$"> | 57 | <a class="c-header__item c-header__item--icon" href="/" title="Home" itemprop="isPartOf" itemscope itemtype="https://schema.org/WebSite" itemid="$site.url$"> |
58 | <svg class="c-header__icon" width="1em" height="1em" aria-label="Logo"> | 58 | <svg class="c-header__icon" width="1em" height="1em" aria-label="Logo"> |
59 | <use href="$assets.symbols_svg$#logo"></use> | 59 | <use href="$assets.symbols_svg$#logo"></use> |
60 | </svg> | 60 | </svg> |