Fix path to template context

This commit is contained in:
Gabriel Garrido 2024-05-11 18:07:16 +02:00
parent 503edd5018
commit 45663329b2

View file

@ -81,5 +81,5 @@ mastodon-markdown-archive \
By default, this tool uses the [post.tmp](./templates/post.tmpl) template to create the markdown file. A different template can be used by passing its path to `--template`. By default, this tool uses the [post.tmp](./templates/post.tmpl) template to create the markdown file. A different template can be used by passing its path to `--template`.
For information about variables and functions available in the template context, refer to the `Write` method in `[files.go](./files/files.go)`. For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L108-L117)`.