Fix bootstrap code

This commit is contained in:
Nico Schottelius 2020-04-25 21:32:30 +02:00
parent 3041687c81
commit e436fbbf29
1 changed files with 2 additions and 0 deletions

View File

@ -3,9 +3,11 @@
{% block content %}
<div class="container">
<div class="row">
<div class="col">
{% autoescape off %}
{{ site_description }}
{% endautoescape %}
</div>
</div>
</div>