added repository link

This commit is contained in:
2018-12-15 12:08:49 +01:00
parent 713e413c55
commit efbf7e569a

View File

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