Fixed some styles for hrs and visited footnotes

This commit is contained in:
Felipe M 2020-02-02 19:49:35 +01:00
parent 86f7671ff6
commit cda0d1c23b
Signed by: fmartingr
GPG key ID: 716BC147715E716F
5 changed files with 10 additions and 6 deletions

View file

@ -11,7 +11,7 @@
<h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
<div class="info">{{ post.pub_date.strftime("%B %d, %Y") }}</div>
</article>
<hr class="light">
<hr />
{% endfor %}
{{ this.body }}
{% endblock %}