replace FontIcons for SVGIcons

This commit is contained in:
Jesús
2019-03-07 12:07:04 -05:00
parent 7b505891bf
commit c502c88757
12 changed files with 925 additions and 749 deletions

View File

@@ -14,8 +14,8 @@
{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
{% block content %}
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">{% trans %}Autor: {{ author }}{% endtrans %}</h4>
</div>
{{ super() }}
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">{% trans %}Autor: {{ author }}{% endtrans %}</h4>
</div>
{{ super() }}
{% endblock %}