diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/20221031-ubiquitous-mundane-magic.md | 6 | ||||
-rw-r--r-- | posts/index.njk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/posts/20221031-ubiquitous-mundane-magic.md b/posts/20221031-ubiquitous-mundane-magic.md index 0a64b7e..21c21b2 100644 --- a/posts/20221031-ubiquitous-mundane-magic.md +++ b/posts/20221031-ubiquitous-mundane-magic.md @@ -1,8 +1,8 @@ --- date: 2022-10-31 title: Ubiquitous, Mundane Magic -heroImg: /img/20221031-hero-laura-ockel-nIEHqGSymRU-unsplash.jpg -heroImgAlt: "A macro shot of a silicon wafer with dozens of uncut ICs visible. Credit: Laura Ockel on Unsplash." +#heroImg: /img/20221031-hero-laura-ockel-nIEHqGSymRU-unsplash.jpg +#heroImgAlt: "A macro shot of a silicon wafer with dozens of uncut ICs visible. Credit: Laura Ockel on Unsplash." tags: - magic --- @@ -54,4 +54,4 @@ capacity for forcing even the wildest realities into boring, routine familiarity, and I feel like that loss of wonder is a shame. That's why today, for Halloween, even though I'm not wearing anything different -from what I usually wear, I'm dressed as a wizard. :mage_woman: +from what I usually wear, I'm dressed as a witch. :mage_woman: 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] -%} |