From fa95d70051c69148513a3e4a8eab4b5126f8b53c Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 12:07:45 +0300 Subject: [PATCH] Missing {{ SITEURL }} property in href links --- alchemy/templates/base.html | 6 +++--- alchemy/templates/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 6c9f879..432a64a 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -35,9 +35,9 @@ {% endif %} {% if SHOW_FAVICONS %} - - - + + + {% endif %} diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index aa943fc..fb8c6d0 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -28,7 +28,7 @@ All Articles {% endif %}
-

{{ article.title }}

+

{{ article.title }}

{{ article.summary }}