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.
2 parents 929e28f + 374d565 commit fc5ffb9Copy full SHA for fc5ffb9
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