This commit is contained in:
Edgar 2021-12-24 12:28:41 +01:00
parent 089fbb6f08
commit 7dca628f96
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -13,9 +13,6 @@
<span><time datetime="{{ page.date }}">{{ page.date }}</time>: </span>
<a href="{{ page.permalink }}" title="{{ page.description }}"
>{{ page.title }}</a>
| {% for category in page.taxonomies["categories"] %}
<a class="category-link capitalize" href="/categories/{{category}}">{{ category }}</a>
{% endfor %}
</li>
{% endfor %}
</ul>