fixed missing end-tag

This commit is contained in:
2018-12-15 12:12:10 +01:00
parent efbf7e569a
commit a565438c8f

View File

@@ -18,7 +18,7 @@
</dl>
<p class="short-description">{{ project.shortDescription }}</p>
{% if project.repository %}
<p><a href="{{ project.repository }}" target="_blank">{{ project.repository }}</a>
<p><a href="{{ project.repository }}" target="_blank">{{ project.repository }}</a></p>
{% endif %}
{{ project.content|raw }}
</article>