From d5593e34a570f6a775be1d70d6bb1a7d50d6f09d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 13 Nov 2021 13:11:19 +0100 Subject: [PATCH] Removed block syntax from partial --- material/partials/page-footer.html | 4 +--- src/partials/page-footer.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/material/partials/page-footer.html b/material/partials/page-footer.html index dc1f23920..31cd5dc5a 100644 --- a/material/partials/page-footer.html +++ b/material/partials/page-footer.html @@ -7,6 +7,4 @@ ) %} {% include "partials/source-file.html" %} {% endif %} -{% block disqus %} - {% include "partials/integrations/disqus.html" %} -{% endblock %} +{% include "partials/integrations/disqus.html" %} diff --git a/src/partials/page-footer.html b/src/partials/page-footer.html index 3adb8f0bb..2f6c8773c 100644 --- a/src/partials/page-footer.html +++ b/src/partials/page-footer.html @@ -29,6 +29,4 @@ {% endif %} -{% block disqus %} - {% include "partials/integrations/disqus.html" %} -{% endblock %} +{% include "partials/integrations/disqus.html" %}