forked from github/pelican-alchemy
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 %}
|
||||
|
|
|
|||
Reference in a new issue