Remove whitespace after project description

This commit is contained in:
Daniel P 2021-08-22 20:34:35 +06:00 committed by Drew DeVault
parent 84710264d5
commit 590f5dc1f3
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
</div> </div>
{% if project.description %} {% if project.description %}
<div class="header-extension"> <div class="header-extension">
<div class="container"> <div class="container">{{ project.description }}</div>
{{ project.description }}
</div>
</div> </div>
{% endif %} {% endif %}
{% block content %} {% block content %}