1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-18 00:46:47 +01:00

Removed block syntax from partial

This commit is contained in:
squidfunk 2021-11-13 13:11:19 +01:00
parent 6db782a64c
commit d5593e34a5
2 changed files with 2 additions and 6 deletions

View File

@ -7,6 +7,4 @@
) %}
{% include "partials/source-file.html" %}
{% endif %}
{% block disqus %}
{% include "partials/integrations/disqus.html" %}
{% endblock %}
{% include "partials/integrations/disqus.html" %}

View File

@ -29,6 +29,4 @@
{% endif %}
<!-- Disqus integration -->
{% block disqus %}
{% include "partials/integrations/disqus.html" %}
{% endblock %}
{% include "partials/integrations/disqus.html" %}