Sfoglia il codice sorgente

Removes SITEURL from url

Talha Mansoor 11 anni fa
parent
commit
8b37741e25
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>