add: logo on home

This commit is contained in:
Tobias Reisinger 2020-01-26 14:23:47 +01:00
parent 9348521308
commit d66637f840
6 changed files with 44 additions and 15 deletions

View file

@ -22,6 +22,6 @@
<a href="{{ child.url }}">{{ child.title }}</a>
<p>{{ child.summary }}</p>
{% endif %}
<div class="mb-4"></div>
<hr class="mb-4" />
{% endfor %}
{% endblock %}