summaryrefslogtreecommitdiff
path: root/templates/project-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project-page.html')
-rw-r--r--templates/project-page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/project-page.html b/templates/project-page.html
index c024b10..e932c2c 100644
--- a/templates/project-page.html
+++ b/templates/project-page.html
@@ -26,6 +26,14 @@
{% endfor %}
</p>
{% endif %}
+{% if page.extra.git %}
+<p>
+ git:
+ {% for repo in page.extra.git %}
+ <a href="https://git.exvacuum.dev/{{ repo }}" target="_blank">{{ repo }}</a>
+ {% endfor %}
+</p>
+{% endif %}
{% if page.extra.github %}
<p>
github: