diff --git a/material/templates/blog-post.html b/material/templates/blog-post.html index 791b57f9187..fe919233549 100644 --- a/material/templates/blog-post.html +++ b/material/templates/blog-post.html @@ -100,28 +100,28 @@ {% endif %} - {% if page.config.links %} -
- {% endif %} + {% if page.config.links %} + + {% endif %} {% if "toc.integrate" in features %} {% include "partials/toc.html" %} diff --git a/src/templates/blog-post.html b/src/templates/blog-post.html index bf049b6fc9c..ecc9da48929 100644 --- a/src/templates/blog-post.html +++ b/src/templates/blog-post.html @@ -148,32 +148,32 @@ {% endif %} - - - {% if page.config.links %} - - {% endif %} + + + {% if page.config.links %} + + {% endif %}