From 5e4318ae64adab9b84361f1e33a181ca0fad7be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Sun, 13 Nov 2022 07:53:40 +0100 Subject: [PATCH] Add extra_body block to index.html This enables theme users to add HTML snippets to all the pages in the blog (like an analytics snippet). --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index b2150d6..aa3dd8b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -116,6 +116,8 @@ {% endblock footer %} +{%- block extra_body %} +{% endblock extra_body -%}