From 8f60040f863adfdfec03db6989cb1f1d4b39fe57 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 24 Jun 2025 19:55:31 +0100 Subject: [PATCH] Specify example path of templates directory --- conf.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.example.toml b/conf.example.toml index ab97bd5..afe9c25 100644 --- a/conf.example.toml +++ b/conf.example.toml @@ -4,7 +4,7 @@ address = ":8080" protocol = "tcp" [templates] -dir = "templates" +dir = "/usr/share/gonotes/templates" base = "base.tmpl.html" [static]