mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
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:
parent
0ec99b17d0
commit
8b0903ec8e
5 changed files with 63 additions and 43 deletions
|
|
@ -43,7 +43,9 @@
|
|||
{% endif %}
|
||||
</ul>
|
||||
</header>
|
||||
{{ article.content }}
|
||||
<div class="content">
|
||||
{{ article.content }}
|
||||
</div>
|
||||
</article>
|
||||
{% include 'include/comments.html' %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue