diff options
Diffstat (limited to 'templates')
-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: |