aboutsummaryrefslogtreecommitdiff
path: root/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/article.html')
-rw-r--r--templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article.html b/templates/article.html
index 27f23e9..7ecdef9 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -21,7 +21,7 @@
<ul class="tags">
{% for tag in article.tags %}
<li>
- <a href="{{ SITEURL }}/ {{ tag.url }}">{{ tag.name }}</a>
+ <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag.name }}</a>
</li>
{% endfor %}
</ul>