fixed missing end-tag
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
<p class="short-description">{{ project.shortDescription }}</p>
|
<p class="short-description">{{ project.shortDescription }}</p>
|
||||||
{% if project.repository %}
|
{% 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 %}
|
{% endif %}
|
||||||
{{ project.content|raw }}
|
{{ project.content|raw }}
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user