From 0142d2874b44b2cf9dc5b8d74e4ff500381e0f88 Mon Sep 17 00:00:00 2001 From: Silvio Giebl <silvio.giebl@dc-square.de> 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 0789ea5c..47e24910 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -31,4 +31,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} + +{% include head_custom.html %} </head> diff --git a/_includes/head_custom.html b/_includes/head_custom.html new file mode 100644 index 00000000..e69de29b -- GitLab