Add Twitter link
This commit is contained in:
parent
65f13653e6
commit
c0280dd0fa
3
source/_includes/post/twitter-link.html.twig
Normal file
3
source/_includes/post/twitter-link.html.twig
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="i mb3 black-60">
|
||||
Questions? Comments? I’m <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.
|
||||
</div>
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% include 'post/twitter-link' %}
|
||||
{% include 'post/tags' %}
|
||||
{% include 'post/pager' %}
|
||||
{% include 'post/about-author' %}
|
||||
|
|
Loading…
Reference in a new issue