Revert "Simplified about page"

This reverts commit 1983515fa8.
This commit is contained in:
Felipe M 2019-03-08 14:10:32 +01:00
parent 1983515fa8
commit 01ba9973ee
Signed by: fmartingr
GPG key ID: 716BC147715E716F
8 changed files with 19 additions and 8992 deletions

View file

@ -3,8 +3,13 @@
{% block page_title %}{{ super() }} | {{ this.title }}{% endblock %}
{% block main_content %}
<div class="home-content grid center vertical-center">
{{ this.body }}
<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>
{% endblock %}