We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c48e3c commit 466fbfcCopy full SHA for 466fbfc
1 file changed
index.html
@@ -24,7 +24,7 @@ <h4 class="main-excerpt-title"><a href="{{ post.url }}" title="{{ post.title }}"
24
<i class="icon-calendar"></i>{{ post.date| date: "%Y-%m-%d" }}
25
<i class="icon-cogs"></i>
26
{% for cat in post.categories %}
27
- <a href="/categories.html#{{ cat }}-ref" title="{{ cat }}" rel="category">{{ cat }}</a>
+ <a href="/categories#{{ cat }}-ref" title="{{ cat }}" rel="category">{{ cat }}</a>
28
{% endfor %}
29
30
<i class="icon-tags"></i>
0 commit comments