summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
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)$