From 374690bb2173103b6b11d50e370cc97ff0520853 Mon Sep 17 00:00:00 2001 From: Rafa Marcén Date: Thu, 26 Aug 2021 18:41:36 +0200 Subject: feat: support for custom head content (#59) --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index 66cca12..f0dd9c2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,4 +14,5 @@ {%- include extensions/google-analytics.html -%} {%- endif -%} {%- include extensions/code-highlight.html -%} + {%- include custom-head.html -%} -- cgit v1.2.3