From 5d7f257e303d581a4b75f3feb12940a172ec89ed Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 23 Feb 2020 13:29:58 +0100 Subject: #150, Add content-before and content-after inject partials --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a9c4da1..95524a0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -18,7 +18,9 @@ {{ template "header" . }} + {{ partial "docs/inject/content-before" . }} {{ template "main" . }} + {{ partial "docs/inject/content-after" . }}