fixed missing end-tag
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user