From 5d6873e9920ceb88f574a8be53a5cc996a27b753 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 22 Sep 2019 13:15:22 +0200 Subject: #73, Enable TOC and git footer for posts --- layouts/posts/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/posts/baseof.html') diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index 8d8c30a..ee20522 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -9,6 +9,7 @@
+ @@ -16,8 +17,11 @@
{{ partial "docs/mobile-header" . }} {{ template "main" . }} + {{ partial "docs/git-footer" . }} {{ partial "docs/inject/footer" . }}
+ + {{ template "toc" . }}
{{ partial "docs/inject/body" . }} -- cgit v1.2.3