fix: links to projects (thanks Oscar!)
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful

This commit is contained in:
Felipe M 2025-04-04 08:51:37 +02:00
parent 1269f17f57
commit 366db401bc
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -8,7 +8,7 @@
<div class="info">
{{ partial "svg/brand-git.svg" (dict "size" 24) }}
<span>
<a href="{{ $.Param "repository" }}">{{ .Param "repository" }}</a>
<a href="{{ .Param "repository" }}">{{ .Param "repository" }}</a>
</span>
</div>
<div class="summary content">{{ .Summary }}</div>