fix: link titles
This commit is contained in:
parent
8aa93625ac
commit
2af1c396a9
4 changed files with 8 additions and 25 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue