added favicons and webapp metadata (#211)

This commit is contained in:
Kevin Papst
2018-07-15 21:15:24 +02:00
committed by GitHub
parent 5160b640c4
commit 2d2525cff2
15 changed files with 51 additions and 9 deletions

View File

@@ -12,3 +12,8 @@
{% block login_form_end %}
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}"/>
{% endblock %}
{% block head %}
{{ parent() }}
{% include 'partials/head.html.twig' %}
{% endblock %}