summaryrefslogtreecommitdiff
path: root/layouts/docs/baseof.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-30 01:04:22 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-30 01:04:22 +0200
commit830fa91359cea05f2a3c1654bedce6b575401ad4 (patch)
treea005cf4938a8f82186b5991921dc21161af79407 /layouts/docs/baseof.html
parent13150ec9d88a807b55a7c03a30725d4acbec0cb0 (diff)
Minor fixes
Diffstat (limited to 'layouts/docs/baseof.html')
-rw-r--r--layouts/docs/baseof.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 9beb261..cff1524 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -12,9 +12,7 @@
<aside class="menu fixed">
<nav role="navigation">
- <h2 class="brand">
- <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
- </h2>
+ {{ partial "docs/brand" . }}
{{ partial "docs/inject/menu-before" . }}
{{ if .Site.Params.BookMenuBundle }}