From 8fb97e7132998f69848f1fddb5c1b658c0d9b1c3 Mon Sep 17 00:00:00 2001 From: Alexander Voss Date: Fri, 17 Nov 2023 09:26:04 +0000 Subject: [PATCH] Added md-ellipsis span to toc-item.html --- material/templates/partials/toc-item.html | 4 +++- src/templates/partials/toc-item.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/material/templates/partials/toc-item.html b/material/templates/partials/toc-item.html index c83972729..f505153f5 100644 --- a/material/templates/partials/toc-item.html +++ b/material/templates/partials/toc-item.html @@ -3,7 +3,9 @@ -#}
  • - {{ toc_item.title }} + + {{ toc_item.title }} + {% if toc_item.children %}