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",
|
"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": {
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Reference in a new issue