From 44196408a388c4bf01cf2ba0154e17fed00df8a6 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 5 Sep 2019 14:05:16 +0900 Subject: [PATCH] Removed unnecessary title tags from table of contents (#1240) --- src/partials/toc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/partials/toc.html b/src/partials/toc.html index 228eefb9b..a92673fd8 100644 --- a/src/partials/toc.html +++ b/src/partials/toc.html @@ -47,8 +47,7 @@ {% if page.meta.source and page.meta.source | length > 0 %}
  • - + {{ lang.t("meta.source") }}
  • @@ -63,8 +62,7 @@ {% if not page.is_homepage and disqus %}
  • - + {{ lang.t("meta.comments") }}