Browse Source

Removes SITEURL from url

Talha Mansoor 11 years ago
parent
commit
8b37741e25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/article.html

+ 1 - 1
templates/article.html

@@ -42,7 +42,7 @@
         {% endif %}
         {% if article.category %}
         <h4>Category</h4>
-        <a href="{{ SITEURL }}/categories.html#{{ category|replace(' ', '-')|e }}-ref">{{ article.category }}</a> 
+        <a class="category-link" href="/categories.html#{{ category|replace(' ', '-')|e }}-ref">{{ article.category }}</a> 
         {% endif %}
         {% if article.tags %}
         <h4>Tags</h4>