소스 검색

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>