This commit is contained in:
2024-01-28 11:28:16 +01:00
parent 2387612618
commit f31598f640
5 changed files with 16 additions and 18 deletions

View File

@ -49,7 +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" .repo "color" .color) }}
{{ partial "button.html" (dict "text" (partial "icon.html" "github") "href" (print "https://github.com/" .repo) "color" .color) }}
{{ if .demo }}
{{ partial "button.html" (dict "text" "Demo" "href" .demo "color" .color) }}
{{ end }}