From 4ca5214ebf1665fff5de7be140ab6188eb0ec5a5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 31 Jan 2025 11:27:54 +0700 Subject: [PATCH] Corrected position of related links in blog post --- material/templates/blog-post.html | 38 ++++++++++++------------- src/templates/blog-post.html | 46 +++++++++++++++---------------- 2 files changed, 42 insertions(+), 42 deletions(-) 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 %}