From 7f45ae2618918b75f374cecc917fa192055d7f41 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 8 Aug 2020 21:44:57 -0400 Subject: [PATCH] support head-extra --- _includes/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 2b0bc27..302d4ae 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -162,4 +162,8 @@ {% endif %} + {% if page.head-extra %} + {% include {{ page.head-extra }} %} + {% endif %} +