From 0142d2874b44b2cf9dc5b8d74e4ff500381e0f88 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Fri, 10 May 2019 05:08:57 +0200 Subject: [PATCH] Enabled customization of html head --- _includes/head.html | 2 ++ _includes/head_custom.html | 0 2 files changed, 2 insertions(+) create mode 100644 _includes/head_custom.html diff --git a/_includes/head.html b/_includes/head.html index 0789ea5..47e2491 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -31,4 +31,6 @@ {% seo %} + +{% include head_custom.html %} diff --git a/_includes/head_custom.html b/_includes/head_custom.html new file mode 100644 index 0000000..e69de29