Remove title on home page

This allow the title to be set via markdown
This commit is contained in:
Élie Bouttier 2016-08-20 19:22:42 +02:00
parent 228e2429e0
commit 152560dd9d
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
{% block content %}
<div class="h1">{% blocktrans with confname=site.name %}Welcome to {{ confname }}!{% endblocktrans %}</div>
{% markdown site.conference.home %}
{% endblock %}