feat: re-add comments or questions below posts

This commit is contained in:
Oliver Davies 2021-10-07 22:03:19 +01:00
parent e3bb03086c
commit 0159348eab
2 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,13 @@
<div class="markdown">
{{ parent() }}
</div>
{% include 'post/comments-questions' with {
twitter: {
name: site.twitter.name,
url: site.twitter.url
}
} only %}
</div>
{% include 'about-author' with {

View file

@ -0,0 +1,3 @@
<footer>
<p>Comments or questions? I'm <a class="link" href="{{ twitter.url }}">@{{ twitter.name }}</a> on Twitter.</p>
</footer>