diff options
Diffstat (limited to 'layouts/partials/docs/header.html')
-rw-r--r-- | layouts/partials/docs/header.html | 6 |
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 |