diff --git a/themes/alchemy/templates/article.html b/themes/alchemy/templates/article.html index f68992d..a213ff0 100644 --- a/themes/alchemy/templates/article.html +++ b/themes/alchemy/templates/article.html @@ -10,13 +10,7 @@ {% endblock %} {% block page_header %} -{% if article.link %} - - {% endif %} - {{ article.title }} - {% if article.link %} - -{% endif %} +{{ article.title }} {% endblock %} {% block content %} @@ -59,9 +53,21 @@
{{ article.content }} +
+

+ This Blog is licensed under Attribution-NonCommercial 4.0 International + +

{% if article.link %} - {% endif %}
diff --git a/themes/alchemy/templates/include/comments.html b/themes/alchemy/templates/include/comments.html index 13a308e..e7bc72d 100644 --- a/themes/alchemy/templates/include/comments.html +++ b/themes/alchemy/templates/include/comments.html @@ -2,7 +2,7 @@