fix: link summary class

This commit is contained in:
Cory Dransfeldt 2024-01-10 13:08:29 -08:00
parent 35c5600c9c
commit c54f86b752
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.5.1",
"version": "4.5.2",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -15,7 +15,7 @@ pagination:
</time>
<blockquote class="p-summary">{{ link.summary }}</blockquote>
{%- if link.note %}
<p class="p-summary">{{ link.note }}</p>
<p>{{ link.note }}</p>
{% endif -%}
</article>
{% endfor %}

View file

@ -86,7 +86,7 @@ pagination:
</time>
<blockquote class="p-summary">{{ link.summary }}</blockquote>
{%- if link.note %}
<p class="p-summary">{{ link.note }}</p>
<p>{{ link.note }}</p>
{% endif -%}
</article>
{% endfor %}