From 314db62804a5696aa81ebf0a680cc8f9e2e46ede Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Sun, 30 Apr 2023 00:07:33 +0200 Subject: Fix list rendering --- doc/src/doc/template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -``` \ No newline at end of file +``` -- cgit v1.2.3