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 %} +