From cf60e983c413fcffef376dd7fdc2d9560867466a Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Mon, 31 May 2021 17:33:37 +0530 Subject: [PATCH] licence added Signed-off-by: Avinal Kumar --- themes/alchemy/templates/article.html | 24 ++++++++++++------- .../alchemy/templates/include/comments.html | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) 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 @@