diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig
index 89d166fa..ac820d2b 100644
--- a/source/_layouts/post.html.twig
+++ b/source/_layouts/post.html.twig
@@ -18,6 +18,13 @@
{{ parent() }}
+
+ {% include 'post/comments-questions' with {
+ twitter: {
+ name: site.twitter.name,
+ url: site.twitter.url
+ }
+ } only %}
{% include 'about-author' with {
diff --git a/source/_partials/post/comments-questions.html.twig b/source/_partials/post/comments-questions.html.twig
new file mode 100644
index 00000000..415d9885
--- /dev/null
+++ b/source/_partials/post/comments-questions.html.twig
@@ -0,0 +1,3 @@
+