aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 21:33:10 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 21:33:10 +0200
commitde2075bc4d4e40a6f3f7c3c2f20806a809dccde7 (patch)
tree042add871824a66be473c69a0221e30bb79ea112
parent3d7c9fe730600bfba59cd55ee710ad491bdfedb6 (diff)
downloadapkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.tar.gz
apkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.tar.bz2
apkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.zip
fix: Format link propertly
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 4e7a822..802aabc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -543,7 +543,7 @@ curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub
<h2 id="{{ $e.Name }}">{{ $e.Name }}</h2>
{{ range $name, $value := ($e.Properties) }}
{{ if eq $name "commit" }}
- <li><strong>commit</strong>: <a href="{{ $e.FomartLink "https://git.sr.ht/~gabrielgio/apkbuilds/tree/%s/item/apks/%s" }}">0b58e2bbe81290d43b0fa75d7d515d4155f4f139-dirty</a></li>
+ <li><strong>commit</strong>: <a href="{{Format $e "https://git.gabrielgio.me/apkbuilds/tree/apks/%{name}s?id=%{commit}s"}}">{{ $value }}</a></li>
{{ else if eq $name "url" }}
<li><strong>url</strong>: <a href="{{ $value }}">{{ $value }}</a></li>
{{ else }}