From df26062cd1d3deed61c165e877ca554450086ba7 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 9 Jul 2023 14:28:42 +0800 Subject: [PATCH] docs/site: add precontent from blog site --- docs/layouts/_default/baseof.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/layouts/_default/baseof.html b/docs/layouts/_default/baseof.html index f54bdbdd..9de7dd68 100644 --- a/docs/layouts/_default/baseof.html +++ b/docs/layouts/_default/baseof.html @@ -1,5 +1,6 @@ + {{ partial "precontent.html" . }} {{ partial "head.html" . -}} {{ partial "head-extended.html" . }}