diff options
author | Silas Bartha <[email protected]> | 2024-12-10 16:20:45 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-10 16:20:45 -0500 |
commit | 98d8807adb11bfdd629b2fb4851b26362981c8b6 (patch) | |
tree | b246054ca0f4a49ccfa546c186b40d744f3fb67c /templates/project-page.html | |
parent | d6eb28fe9eac58db37844d23232be6df6dfbcbdd (diff) |
Diffstat (limited to 'templates/project-page.html')
-rw-r--r-- | templates/project-page.html | 8 |
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: |