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", "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.", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

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

View file

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