summaryrefslogtreecommitdiff
path: root/templates/project-page.html
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-10 16:20:45 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-10 16:20:45 -0500
commit98d8807adb11bfdd629b2fb4851b26362981c8b6 (patch)
treeb246054ca0f4a49ccfa546c186b40d744f3fb67c /templates/project-page.html
parentd6eb28fe9eac58db37844d23232be6df6dfbcbdd (diff)
Blacklight Material PageHEADmaster
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: