diff --git a/src/_includes/main/base.njk b/src/_includes/main/base.njk index 50a646de..c4afc66d 100644 --- a/src/_includes/main/base.njk +++ b/src/_includes/main/base.njk @@ -20,9 +20,6 @@ {# CSS #} - {% if toc %} - - {% endif %} {% if sitemap %} {% endif %} @@ -36,9 +33,6 @@ - {# JavaScript #} - {% if toc %} {% endif %} - {{ title }} | Leilukin's Hub @@ -49,11 +43,9 @@ {% endrenderTemplate %}
- {% if toc %} - - {% endif %} + {{ content | safe }}