mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Bootstap v4.0.0-alpha.5 \o/ compatible
I couldn't resist
This commit is contained in:
parent
9241e9a7c2
commit
b2ab9b8041
7 changed files with 99 additions and 136 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue