aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/docs/header.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-24 17:03:23 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-24 17:03:23 +0200
commitb6d7a1050fe273869646242304899f0a0f1483b2 (patch)
tree3e9b75f74723b8981cfca53f59dadc659684847d /layouts/partials/docs/header.html
parent8678e82154226d31ff2833c83fc078d6260a218f (diff)
Improve mobile UX
Diffstat (limited to 'layouts/partials/docs/header.html')
-rw-r--r--layouts/partials/docs/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/docs/header.html b/layouts/partials/docs/header.html
new file mode 100644
index 0000000..aab1fcb
--- /dev/null
+++ b/layouts/partials/docs/header.html
@@ -0,0 +1,6 @@
+<label for="nav-control">
+ <img src="/svg/menu.svg" />
+</label>
+<h3>
+ <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
+</h3> \ No newline at end of file