diff options
| author | Volpeon <git@volpeon.ink> | 2021-03-23 18:14:39 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-03-23 18:14:39 +0100 |
| commit | 7531a7125c72227198f7605c6c129d15cd926857 (patch) | |
| tree | 134015fc623a89cf9db620f675b396d67c5e503b /templates/base.html | |
| parent | WIP: Redesign (diff) | |
| download | volpeon.ink-7531a7125c72227198f7605c6c129d15cd926857.tar.gz volpeon.ink-7531a7125c72227198f7605c6c129d15cd926857.tar.bz2 volpeon.ink-7531a7125c72227198f7605c6c129d15cd926857.zip | |
WIP: Redesign
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 4a2102e..4fa4ee7 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | <nav class="c-nav l-container l-container--pad-x"> | 35 | <nav class="c-nav l-container l-container--pad-x"> |
| 36 | <a class="c-nav__logo" href="/" title="$site.title$"> | 36 | <a class="c-nav__logo" href="/" title="$site.title$"> |
| 37 | <svg class="c-nav__logo-symbol"> | 37 | <svg class="c-nav__logo-symbol"> |
| 38 | <use xlink:href="#logo" href="#logo"></use> | 38 | <use href="#logo"></use> |
| 39 | </svg> | 39 | </svg> |
| 40 | </a> | 40 | </a> |
| 41 | $for(menus.main.items)$ | 41 | $for(menus.main.items)$ |
