diff options
| -rw-r--r-- | doc/src/doc/template.md | 3 |
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 +``` |
