Specify example path of templates directory

This commit is contained in:
Maximilian Friedersdorff 2025-06-24 19:55:31 +01:00
parent 90280ce7b8
commit 8f60040f86

View file

@ -4,7 +4,7 @@ address = ":8080"
protocol = "tcp"
[templates]
dir = "templates"
dir = "/usr/share/gonotes/templates"
base = "base.tmpl.html"
[static]