Template tidy

This commit is contained in:
Oliver Davies 2015-09-27 12:01:49 +01:00
parent 54111726b3
commit 8b18076d5f
2 changed files with 13 additions and 13 deletions

View file

@ -2,9 +2,9 @@
{% block content_wrapper %}
<main class="col-md-9">
{% include 'post-header' %}
{% include('post-header') %}
{% block content %}{% endblock content %}
{% block content %}{% endblock %}
<p class="post-feedback" style="font-style: italic">
<b>Have feedback about this post?</b> <a href="mailto:{{ site.email }}?subject=Feedback: {{ page.title }}">Email me</a> or <a href="https://twitter.com/home?status=@{{ site.twitter.name }} {{ site.url }}{{ page.url }}:">send me a tweet</a>.
@ -47,4 +47,4 @@
{% endif %}
</main>
{% endblock content_wrapper %}
{% endblock %}