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
This commit is contained in:
@ -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">© 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>
|
||||
|
Reference in New Issue
Block a user