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
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
{% block content %}
|
||||
<article class="article">
|
||||
{{ page.content }}
|
||||
<div class="content">
|
||||
{{ page.content }}
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue