summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-30 00:07:33 +0200
committerNicolas Paul <n@nc0.fr>2023-04-30 00:07:33 +0200
commit314db62804a5696aa81ebf0a680cc8f9e2e46ede (patch)
tree6555edc9f4cc9ccc0821cb7edaffbb1e5ea3d5c6
parent66902a3000e244bfdbd970c60b63db98c813f817 (diff)
Fix list rendering
-rw-r--r--doc/src/doc/template.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/doc/template.md b/doc/src/doc/template.md
index bcf4b48..bf0e387 100644
--- a/doc/src/doc/template.md
+++ b/doc/src/doc/template.md
@@ -31,6 +31,7 @@ Read the [Go template documentation](https://golang.org/pkg/text/template) for
more information.
The following variables are available:
+
- `.Title`: The title of the document.
- `.Description`: The description of the document.
- `.PublicationTime`: The date of the document.
@@ -144,4 +145,4 @@ For illustration purposes, here is the template used for this documentation:
</footer>
</body>
</html>
-``` \ No newline at end of file
+```