We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599c1e commit 374d565Copy full SHA for 374d565
category.html
@@ -25,7 +25,7 @@ <h2 id="{{ tag[0] }}">{{ tag[0] | capitalize }}</h2>
25
{% for post in pages_list %}
26
{% if post.title != null %}
27
{% if group == null or group == post.group %}
28
-<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%b %d, %Y" }}</time></a></li>
+<li><a href="{{ post.url }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%b %d, %Y" }}</time></a></li>
29
{% endif %}
30
31
{% endfor %}
0 commit comments