feat: re-add comments or questions below posts
This commit is contained in:
parent
e3bb03086c
commit
0159348eab
|
@ -18,6 +18,13 @@
|
||||||
<div class="markdown">
|
<div class="markdown">
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include 'post/comments-questions' with {
|
||||||
|
twitter: {
|
||||||
|
name: site.twitter.name,
|
||||||
|
url: site.twitter.url
|
||||||
|
}
|
||||||
|
} only %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'about-author' with {
|
{% include 'about-author' with {
|
||||||
|
|
3
source/_partials/post/comments-questions.html.twig
Normal file
3
source/_partials/post/comments-questions.html.twig
Normal 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>
|
Loading…
Reference in a new issue