From 4ce973a4e2ee74ff4cba33ea3c8bb8761c8e70ef Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 24 Jan 2019 23:30:31 +0100 Subject: Add menu to blog pages --- layouts/posts/baseof.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'layouts/posts/baseof.html') diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index fa97ee3..bbf5d45 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -8,9 +8,18 @@ -
- {{ template "main" . }} + +
+ + +
+ {{ partial "docs/mobile-header" . }} + {{ template "main" . }} +
+ {{ partial "docs/inject/body" . }} {{ template "_internal/google_analytics_async.html" . }} -- cgit v1.2.3