From c0280dd0fa7bd9cd2be6309e1d3cece6b0339d3f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 Nov 2017 01:47:55 +0000 Subject: [PATCH] Add Twitter link --- source/_includes/post/twitter-link.html.twig | 3 +++ source/_layouts/post.html.twig | 1 + 2 files changed, 4 insertions(+) create mode 100644 source/_includes/post/twitter-link.html.twig 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' %}