From ad058d4e01c59e351252568b2744185d4345f671 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 27 Nov 2020 13:37:14 +0000
Subject: [PATCH] update template #23
---
layouts/partials/nav.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 689e3fa..92d0fe2 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -11,7 +11,9 @@
{{ end }}
<img srcset = '{{ $litPath }}' alt = '{{ $s.Title }} Logo'>
</picture>
- <label class="nav_toggle">Menu</label>
+ <label class="nav_toggle toggle" title="Site Menu" role="button">
+ {{ partial "sprite" (dict "icon" "harmburger") }}
+ </label>
</a>
<ul class="nav_body">
<li class="nav-item">
--
Gitblit v1.10.0