Simplified about page

This commit is contained in:
Felipe M 2018-09-26 09:17:21 +02:00
parent 49a173baaa
commit 1983515fa8
Signed by: fmartingr
GPG key ID: 716BC147715E716F
8 changed files with 8992 additions and 19 deletions

View file

@ -3,13 +3,8 @@
{% block page_title %}{{ super() }} | {{ this.title }}{% endblock %}
{% block main_content %}
<div class="grid center">
<div class="col-1-3">
<img src="{{ 'static/images/avatar.jpg'|url }}">
</div>
<div class="col-2-3">
{{ this.body }}
</div>
<div class="home-content grid center vertical-center">
{{ this.body }}
</div>
{% endblock %}