summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 1d0da4d..c7f641c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,7 +32,7 @@
32</head> 32</head>
33 33
34<body> 34<body>
35 <nav class="c-nav"> 35 <!--<nav class="c-nav">
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 href="#logo"></use> 38 <use href="#logo"></use>
@@ -41,7 +41,15 @@
41 $for(menus.main.items)$ 41 $for(menus.main.items)$
42 <a class="c-nav__item $if(it.active)$c-nav__item--active$endif$" href="$it.url$">$it.label$</a> 42 <a class="c-nav__item $if(it.active)$c-nav__item--active$endif$" href="$it.url$">$it.label$</a>
43 $endfor$ 43 $endfor$
44 </nav> 44 </nav>-->
45
46 <a class="c-outer-button c-outer-button--logo c-logo" href="/" title="$site.title$">
47 <span class="c-outer-button__icon">
48 <svg class="c-outer-button__icon-symbol">
49 <use href="#logo"></use>
50 </svg>
51 </span>
52 </a>
45 53
46 $if(section.is_index)$ 54 $if(section.is_index)$
47${layouts/index()} 55${layouts/index()}