From de2075bc4d4e40a6f3f7c3c2f20806a809dccde7 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 31 Mar 2024 21:33:10 +0200 Subject: fix: Format link propertly --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

{{ $e.Name }}

{{ range $name, $value := ($e.Properties) }} {{ if eq $name "commit" }} -
  • commit: 0b58e2bbe81290d43b0fa75d7d515d4155f4f139-dirty
  • +
  • commit: {{ $value }}
  • {{ else if eq $name "url" }}
  • url: {{ $value }}
  • {{ else }} -- cgit v1.2.3