Updated the main layout with some more visibility to the Patreon and Contact links; added a drafts folder with a post template and upcoming post
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2022-06-09 13:23:08 -04:00
parent 11a1255b32
commit e75b76d968
5 changed files with 60 additions and 1 deletions

View File

@ -37,10 +37,16 @@
<footer id="footer">
<div class="row">
<div class="columns twleve">
<div class="columns three">
<p>Support me over on <a href="{{ site.links.patreon_link }}">Patreon</a>!</p>
</div>
<div class="columns six">
<p class="u-text-center">{{ site.description }}</p>
<p class="u-text-center">&copy; Bit Goblin | all rights reserved.</p>
</div>
<div class="columns three">
<p>Feel free to <a href="{% link contact.markdown %}">contact me</a> for any business inquiries.</p>
</div>
</div>
</footer>
</body>