fix: link summary class
This commit is contained in:
parent
35c5600c9c
commit
c54f86b752
3 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Reference in a new issue