Fix header cover again

This commit is contained in:
gilsondev
2014-12-10 15:53:48 -02:00
parent 11e175851a
commit 98a5545d8e
9 changed files with 45 additions and 12 deletions

View File

@ -29,12 +29,12 @@
<h2 class="post-title">
{{ article.title }}
</h2>
{% if article.summary %}
<h3 class="post-subtitle">
{{ article.summary }}
</h3>
{% endif %}
</a>
{% if article.summary %}
<h3 class="post-subtitle">
{{ article.summary }}
</h3>
{% endif %}
<p class="post-meta">Posted by
{% for author in article.authors %}
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>