diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 21:33:10 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 21:33:10 +0200 |
commit | de2075bc4d4e40a6f3f7c3c2f20806a809dccde7 (patch) | |
tree | 042add871824a66be473c69a0221e30bb79ea112 | |
parent | 3d7c9fe730600bfba59cd55ee710ad491bdfedb6 (diff) | |
download | apkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.tar.gz apkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.tar.bz2 apkbuilds-de2075bc4d4e40a6f3f7c3c2f20806a809dccde7.zip |
fix: Format link propertly
-rw-r--r-- | docs/index.html | 2 |
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 }} |