From 1543bf4e199e019970c03a1bf5494b5386398176 Mon Sep 17 00:00:00 2001 From: Andrey Romancev Date: Sat, 17 Nov 2018 18:25:24 +0300 Subject: [PATCH] Add custom head partial to basic template. --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e737b48..b1635de 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -30,6 +30,10 @@ {{ partial "site-favicon.html" . }} {{ end }} + {{ if .Site.Params.custom_head_partial }} + {{ partial .Site.Params.custom_head_partial . }} + {{ end }} + {{ if .RSSLink }}