From 830fa91359cea05f2a3c1654bedce6b575401ad4 Mon Sep 17 00:00:00 2001 From: Alex Shpak <alex-shpak@users.noreply.github.com> Date: Sun, 30 Sep 2018 01:04:22 +0200 Subject: Minor fixes --- layouts/docs/baseof.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'layouts/docs/baseof.html') 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 }} -- cgit v1.2.3