diff --git a/template/article.html b/template/article.html index 0e0ef7d..a557173 100644 --- a/template/article.html +++ b/template/article.html @@ -29,11 +29,13 @@

{{ entry.title|striptags }}

{% endif %} {% if entry.toc %} -

Table of Contents

-
- {{ entry.toc_html}} -
-
+
+ Table of Contents +
+ {{ entry.toc_html}} +
+
+
{% endif %} {{ entry.content }}