Files
website/src/_layouts/post.html
Gregory Ballantine a7edf81e5b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Minor change to blog post page
2023-07-08 00:50:30 -04:00

13 lines
764 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<p class="post-info">{{ page.date | date: "%a %b %d, %Y" }}</p>
{{ content }}
<hr>
<p>If you want to read more posts like this, be sure to subscribe to the <a href="/feed.xml">RSS feed</a>! Else, if you like watching videos then head on over to <a href="{{ site.links.bitgoblin_channel }}">my YouTube channel</a> or follow me over on <a href="{{ site.links.twitch_channel }}">Twitch</a> where I occasionally stream games. Feel free to join the <a href="{{ site.links.discord_invite }}">Bit Goblin community on Discord</a> as it is slowly growing. Finally, if you'd like to support me in my endeavors, head on over to <a href="{{ site.links.patreon_link }}">Patreon</a> and pitch me a few bucks if you can.</p>