enh: add community links at bottom of blog posts template

This commit is contained in:
Ben Allfree 2023-10-05 16:06:33 -07:00
parent 1ef19d48f4
commit 4274bdba50
2 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,5 @@ mount
attic
.dockercache
build
_site
*.njk
_site

View File

@ -11,6 +11,11 @@ layout: layouts/base.njk
<div class='mb-36'>
{{ content | safe }}
<div class='text-2xl'>
Connect with us! Join our <a href="https://discord.gg/BnhQJMgvYd">Discord server</a> or jump into <a href="https://github.com/pockethost/pockethost/discussions">GitHub Discussions</a>
</div>
</div>
<div class='mb-6'>
</div>
{%- if collections.posts %}