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