diff --git a/templates/article.html b/templates/article.html index 2846e1d4..73dba48e 100644 --- a/templates/article.html +++ b/templates/article.html @@ -16,7 +16,11 @@ {% endif %} {{ super() }} {% if article.tags or article.category or article.keywords %} - + {% endif %} {% from '_includes/smo_metadata.html' import smo_metadata with context %}