mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
User html5 semantic elements
This commit is contained in:
parent
99c13a39c7
commit
3ac5a83a2f
5 changed files with 30 additions and 36 deletions
|
|
@ -14,8 +14,8 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="article">
|
||||
<div class="article-header">
|
||||
<article class="article">
|
||||
<header>
|
||||
<ul class="list-inline">
|
||||
<li class="text-muted" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</li>
|
||||
<li>·</li>
|
||||
|
|
@ -33,10 +33,8 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="article-main">
|
||||
{{ article.content }}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
{{ article.content }}
|
||||
</article>
|
||||
{% include 'include/comments.html' %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue