Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-01-11 04:34:39 -08:00
commit 22f120d111
No known key found for this signature in database
5 changed files with 51 additions and 19 deletions

View file

@ -15,7 +15,6 @@ export default async function () {
{ name: 'Search', icon: 'search' },
{ name: 'Feeds', icon: 'rss' },
{ name: 'Mastodon', icon: 'brand-mastodon' },
{ name: 'Coffee', icon: 'cup' },
],
social: [
{ name: 'Email', url: '/contact', icon: 'at' },

View file

@ -7,6 +7,6 @@
{{ css | cssmin }}
</style>
<div class="banner__old-post">
<p>{% tablericon "clock-x" "Old post" %} This post is over 3 years old. I've probably changed my mind since then and this <em>could</em> be out of date.</p>
<p>{% tablericon "clock-x" "Old post" %} This post is over 3 years old. I've probably changed my mind since it was written and it <em>could</em> be out of date.</p>
</div>
{% endif %}

View file

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