diff --git a/themes/homebrewtheme/templates/article.html b/themes/homebrewtheme/templates/article.html index a0013b0..bf34f86 100644 --- a/themes/homebrewtheme/templates/article.html +++ b/themes/homebrewtheme/templates/article.html @@ -16,11 +16,9 @@
- {{ article.title }}
+ {{ article.title }} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} -
+ {% if article.toc %} {{ article.toc }} {% endif %}