Add blog post

This commit is contained in:
Devon Campbell 2023-01-18 19:26:39 -08:00
commit 192af6badb
11 changed files with 219 additions and 7 deletions

View file

@ -14,6 +14,6 @@ layout: base.njk
{{ content | safe }}
</article>
<footer>
<p>Talk to me <a href="https://techhub.social/@RadDevon">on Mastodon.</a></p>
<a href="https://techhub.social/@RadDevon"><img src="/images/mastodon-logo.png" alt="Mastodon logo"></a>
<p>Talk to me <a href="https://techhub.social/@RadDevon" rel="me">on Mastodon.</a></p>
<a href="https://techhub.social/@RadDevon" rel="me"><img src="/images/mastodon-logo.png" alt="Mastodon logo"></a>
</footer>