Bootstap v4.0.0-alpha.5 \o/ compatible

I couldn't resist
This commit is contained in:
Raymond Wanyoike 2016-11-30 23:49:26 +03:00
commit b2ab9b8041
7 changed files with 99 additions and 136 deletions

View file

@ -9,10 +9,10 @@ Archives
{% endblock %}
{% block content %}
<dl class="dl-horizontal">
<dl class="row">
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
<dt class="col-sm-4">{{ article.locale_date }}</dt>
<dd class="col-sm-8"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
{% endfor %}
</dl>
{% endblock %}