From 309cc5718ad734b469949008261da86c0c1d0489 Mon Sep 17 00:00:00 2001 From: Arul Date: Sat, 10 Jun 2017 00:24:33 +0530 Subject: [PATCH] missing slash in SITEURL --- templates/period_archives.html | 2 +- templates/tag.html | 2 +- templates/tags.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/period_archives.html b/templates/period_archives.html index 2430c40..34b4274 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/tag.html b/templates/tag.html index 4141422..386d807 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -13,7 +13,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/tags.html b/templates/tags.html index e7a51a9..fdb6c35 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %}