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 +++++++++++-- layouts/posts/list.html | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'layouts/posts') 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" . }} diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 97873dd..67b770d 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -8,7 +8,7 @@
{{ .Date.Format "January 2, 2006" }}
-

+

{{- .Summary -}} {{ if .Truncated }} ... -- cgit v1.2.3