aboutsummaryrefslogtreecommitdiff
path: root/example.md
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 21:18:58 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 21:18:58 +0200
commit66791d940bc60d004835307a86dd98a14cbc9553 (patch)
tree935f8fb7865bb9b4937b58134880f9dcae6eed0b /example.md
parenta46cf4152ac32d97e0ebd071b9eb1d3e42c7a493 (diff)
downloadapkdoc-66791d940bc60d004835307a86dd98a14cbc9553.tar.gz
apkdoc-66791d940bc60d004835307a86dd98a14cbc9553.tar.bz2
apkdoc-66791d940bc60d004835307a86dd98a14cbc9553.zip
feat: Provide the all fields to be used formatHEADmaster
Diffstat (limited to 'example.md')
-rw-r--r--example.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.md b/example.md
index 8c5c0eb..dbcbc51 100644
--- a/example.md
+++ b/example.md
@@ -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 }}