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:
authorHuy Nguyen <huyb.1991@gmail.com>2019-12-02 14:19:31 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2019-12-02 14:19:31 +0300
commit4ff6bbb07328f5538636dda6c611e8a74082218b (patch)
tree07aeab4902cffe5da28812d256a1d82ec6f71d88
parentd4225f4704ee76f5e77b998882004c4e2d204ad5 (diff)
Show icon-menu to header
-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 -->