apkbuilds @ de2075bc4d4e40a6f3f7c3c2f20806a809dccde7

fix: Format link propertly
 1diff --git a/docs/index.html b/docs/index.html
 2index 4e7a822caf0c8c467b156371a322b48168ab3dab..802aabc8401914e1ab08ca2d9414e27722801fef 100644
 3--- a/docs/index.html
 4+++ b/docs/index.html
 5@@ -543,7 +543,7 @@ {{ range $e := . }}
 6 <h2 id="{{ $e.Name  }}">{{ $e.Name  }}</h2>
 7     {{ range $name, $value := ($e.Properties) }}
 8         {{ if eq $name "commit" }}
 9-    <li><strong>commit</strong>: <a href="{{ $e.FomartLink "https://git.sr.ht/~gabrielgio/apkbuilds/tree/%s/item/apks/%s" }}">0b58e2bbe81290d43b0fa75d7d515d4155f4f139-dirty</a></li>
10+        <li><strong>commit</strong>: <a href="{{Format $e "https://git.gabrielgio.me/apkbuilds/tree/apks/%{name}s?id=%{commit}s"}}">{{ $value }}</a></li>
11         {{ else if eq $name "url" }}
12     <li><strong>url</strong>: <a href="{{ $value }}">{{ $value }}</a></li>
13         {{ else }}