Add missing HTML img alt attribute

Wrap content body in div

Add title class to titles

Show icons with the teaser metadata

Visual improvements
This commit is contained in:
Raymond Wanyoike 2016-11-30 21:46:02 +03:00
commit 8b0903ec8e
5 changed files with 63 additions and 43 deletions

View file

@ -43,7 +43,9 @@
{% endif %}
</ul>
</header>
{{ article.content }}
<div class="content">
{{ article.content }}
</div>
</article>
{% include 'include/comments.html' %}
{% endblock %}