Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ef99e98..d4eb4bf 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -13,7 +13,7 @@
{{ end }}
<p class="subtitle">{{ .Site.Params.subtitle }}</p>
<button class="menu-toggle" type="button" on="tap:sidebar.open">
- <span class="icon icon-menu"></span>
+ <svg class="icon icon-menu" fill="currentColor"><use xlink:href="#icon-menu" /></svg>
</button>
<!-- Sidebar is header on desktop -->