diff options
-rw-r--r-- | templates/article.html | 2 |
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> |