diff --git a/source/_includes/post/twitter-link.html.twig b/source/_includes/post/twitter-link.html.twig new file mode 100644 index 000000000..e90997cca --- /dev/null +++ b/source/_includes/post/twitter-link.html.twig @@ -0,0 +1,3 @@ +
+ Questions? Comments? I’m @{{ site.twitter.name }} on Twitter. +
diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 39730b377..ae48ee88d 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -6,6 +6,7 @@ {% block content %}{% endblock %} + {% include 'post/twitter-link' %} {% include 'post/tags' %} {% include 'post/pager' %} {% include 'post/about-author' %}