Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
22f120d111
5 changed files with 51 additions and 19 deletions
|
@ -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' },
|
||||
|
|
|
@ -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 %}
|
|
@ -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 %}
|
||||
|
|
Reference in a new issue