From 98d8807adb11bfdd629b2fb4851b26362981c8b6 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Tue, 10 Dec 2024 16:20:45 -0500 Subject: Blacklight Material Page --- templates/project-page.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates') 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 %}

{% endif %} +{% if page.extra.git %} +

+ git: + {% for repo in page.extra.git %} + {{ repo }} + {% endfor %} +

+{% endif %} {% if page.extra.github %}

github: -- cgit v1.2.3