diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-04-26 19:09:33 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-04-26 19:09:33 +0700 |
commit | 9cf78e42ef731ba85f7e58c7f640148354899367 (patch) | |
tree | fee433dfa90baee84bedd3d87fddd730d55cbcfd /soupault.conf | |
parent | 1c6b55e313d61bf67203fbefb8c5e05908b43a42 (diff) | |
download | community.vyos.net-9cf78e42ef731ba85f7e58c7f640148354899367.tar.gz community.vyos.net-9cf78e42ef731ba85f7e58c7f640148354899367.zip |
Fix a template path.
Diffstat (limited to 'soupault.conf')
-rw-r--r-- | soupault.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf index 46bb262..4cd2a34 100644 --- a/soupault.conf +++ b/soupault.conf @@ -45,7 +45,7 @@ # Inserts a scary warning banner in preview versions [widgets.insert-staging-warning] widget = "include" - file = "template/staging-warning.html" + file = "templates/staging-warning.html" selector = "header" action = "prepend_child" profile = "staging" |