just so eleventy stops complaining

This commit is contained in:
Ruben 2025-05-26 14:35:31 -05:00
commit cc751486d0
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

@ -35,12 +35,7 @@ permalink: "/notebook/"
<div class="article-card">
<h2><a href="{{ other.url }}">{{ other.data.title }}</a></h2>
<p class="tags-holder">
{% for tag in other.data.tags -%}
{% if tag == 'other' %}
{% else %}
<a>{{ tag }}</a>
{% endif %}
</p>
<p>{{ other.data.description }}</p>
<a href="{{ other.url }}" class="read">read more</a>