ソースを参照

Removes SITEURL from url

Talha Mansoor 11 年 前
コミット
8b37741e25
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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>