summaryrefslogtreecommitdiff
path: root/posts/index.njk
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2024-08-16 23:27:29 -0600
committerAlexis Hovorka <[email protected]>2024-08-16 23:27:29 -0600
commitf5890b7e14fd5c7d4aa11f089bfaf851a94a85a0 (patch)
tree6bac0972a6006e83f7ec0c2d484e84fc8456686d /posts/index.njk
parenteb567ec6a36145d1c88b81a15d74ec16b2a559e2 (diff)
[fix] More tweaks
Diffstat (limited to 'posts/index.njk')
-rw-r--r--posts/index.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/index.njk b/posts/index.njk
index 3503bf6..0647a30 100644
--- a/posts/index.njk
+++ b/posts/index.njk
@@ -8,7 +8,7 @@
"previousPage": d => Math.ceil((d.collections.all.length-1)/5) }}
---
<img id="logo" src="/favicon.png" alt="Blog Logo">
- <h1>{{ pageTitle }}<span id="title-btns"><a id="feed" title="RSS Feed" aria-label="RSS Feed" href="/feed.xml"></a><a id="message-me" title="Message Me" aria-label="Message Me" href="https://alexishovorka.com/TODO" target="_blank"></a></span></h1>
+ <h1>{{ pageTitle }}<span id="title-btns"><a id="feed" title="RSS Feed" aria-label="RSS Feed" href="/feed.xml"></a><a id="message-me" title="Mastodon" aria-label="Mastodon" href="https://bitbang.social/@alexisspacegirl" target="_blank"></a></span></h1>
<hr>
{% set post = collections.all.slice(-1)[0] -%}