fix: consistency

This commit is contained in:
Cory Dransfeldt 2024-05-03 22:13:12 -07:00
parent eeb8778f8c
commit 438cb399c8

View file

@ -32,6 +32,5 @@ eleventyComputed:
{% else %} {% else %}
<p class="p-summary">{{ post.data.description | markdown }}</p> <p class="p-summary">{{ post.data.description | markdown }}</p>
{% endif %} {% endif %}
<p><a href="{{ post.url }}">Read more →</a></p>
</article> </article>
{% endfor %} {% endfor %}