gitea links

This commit is contained in:
2023-09-16 15:44:33 +02:00
parent f3990d2de6
commit 50f21191f2
2 changed files with 11 additions and 12 deletions

View File

@ -49,8 +49,7 @@
{{ readFile (print "data/works/" .name ".md") | markdownify }}
</div>
<div class="flex justify-center gap-4">
{{ partial "button.html" (dict "text" (partial "icon.html" "github") "href" (print
"https://github.com/" .repo) "color" .color) }}
{{ partial "button.html" (dict "text" (partial "icon.html" "github") "href" .repo "color" .color) }}
{{ if .ci }}
{{ partial "button.html" (dict "text" (partial "icon.html" "bug") "href" (print
"https://concourse.okami101.io/teams/main/pipelines/" .ci) "color" .color) }}