diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 21:18:58 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 21:18:58 +0200 |
commit | 66791d940bc60d004835307a86dd98a14cbc9553 (patch) | |
tree | 935f8fb7865bb9b4937b58134880f9dcae6eed0b /example.md | |
parent | a46cf4152ac32d97e0ebd071b9eb1d3e42c7a493 (diff) | |
download | apkdoc-master.tar.gz apkdoc-master.tar.bz2 apkdoc-master.zip |
Diffstat (limited to 'example.md')
-rw-r--r-- | example.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ {{ range $e := . }} ## {{ $e.Name }} -{{ range $name, $value := ($e.Properties) }}- **{{$name}}**: {{ $value }} +{{ range $name, $value := ($e.Properties) }}- **{{$name}}:** {{ $value }} {{ end }} +**Link:** {{Format $e "https://git.gabrielgio.me/apkbuilds/tree/apk/%{name}s?id=%{commit}s"}} {{ end }} |