diff --git a/dist/partials/toc-item.html b/dist/partials/toc-item.html index f9ec6db3..d2cb718f 100644 --- a/dist/partials/toc-item.html +++ b/dist/partials/toc-item.html @@ -4,13 +4,9 @@
  • - {% if toc_item.typeset %} - - {{ toc_item.typeset.title }} - - {% else %} - {{ toc_item.title }} - {% endif %} + + {{ toc_item.content }} + {% if toc_item.children %} diff --git a/src/partials/toc-item.html b/src/partials/toc-item.html index b909d42a..843d482e 100644 --- a/src/partials/toc-item.html +++ b/src/partials/toc-item.html @@ -27,17 +27,9 @@
  • - - - {% if toc_item.typeset %} - - {{ toc_item.typeset.title }} - - - - {% else %} - {{ toc_item.title }} - {% endif %} + + {{ toc_item.content }} +