fix: link titles

This commit is contained in:
Cory Dransfeldt 2023-12-28 08:35:56 -08:00
parent 8aa93625ac
commit 2af1c396a9
No known key found for this signature in database
4 changed files with 8 additions and 25 deletions

View file

@ -21,9 +21,5 @@ templateEngineOverride: liquid,md
{%- if post.data.post_excerpt %}
<p class="p-summary">{{ post.data.post_excerpt | markdown }}</p>
{% endif -%}
<a class="no-underline read-more" href="{{ post.url }}">
Read more
{% tablericon "arrow-right" "Read more" %}
</a>
</article>
{% endfor %}