diff --git a/package.json b/package.json index a6ed9892..74c50646 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/links.html b/src/links.html index 3229db54..fdaaba18 100644 --- a/src/links.html +++ b/src/links.html @@ -15,7 +15,7 @@ pagination:
{{ link.summary }}{%- if link.note %} -
{{ link.note }}
+{{ link.note }}
{% endif -%} {% endfor %} diff --git a/src/posts/2024/link-blogging-using-readwise.md b/src/posts/2024/link-blogging-using-readwise.md index c3779150..1a952aae 100644 --- a/src/posts/2024/link-blogging-using-readwise.md +++ b/src/posts/2024/link-blogging-using-readwise.md @@ -86,7 +86,7 @@ pagination:{{ link.summary }}{%- if link.note %} -
{{ link.note }}
+{{ link.note }}
{% endif -%} {% endfor %}