From 0159348eab2e4701b6cb3ab10f4fd44de919d18f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Oct 2021 22:03:19 +0100 Subject: [PATCH] feat: re-add comments or questions below posts --- source/_layouts/post.html.twig | 7 +++++++ source/_partials/post/comments-questions.html.twig | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 source/_partials/post/comments-questions.html.twig 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 @@ +