Visual improvements

This commit is contained in:
Raymond Wanyoike 2016-11-29 14:54:27 +03:00
commit 118bfc6346
4 changed files with 58 additions and 45 deletions

View file

@ -18,7 +18,7 @@ All Articles
{% block content %}
{% for article in articles_page.object_list %}
<article class="row teaser">
<header class="col-sm-4 hidden-xs text-right text-muted">
<header class="col-sm-4 hidden-xs text-muted">
<div title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</div>
@ -34,7 +34,7 @@ All Articles
{% endif %}
</header>
<div class="col-sm-8">
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
<h4><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h4>
{{ article.summary|striptags }}
</div>
</article>