From 6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 5 Oct 2024 16:53:15 +0200 Subject: feat: Remove config page That page was created as playground and had some debug purpose. Now that is not longer used and with introduction of sensible information (hash and aes-key) that has to go. --- templates/config.qtpl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 templates/config.qtpl (limited to 'templates/config.qtpl') diff --git a/templates/config.qtpl b/templates/config.qtpl deleted file mode 100644 index b3df50e..0000000 --- a/templates/config.qtpl +++ /dev/null @@ -1,19 +0,0 @@ -{% code -type ConfigPage struct { - Body []byte -} -%} - -{% func (p *ConfigPage) Title() %}Hello{% endfunc %} - -{% func (p *ConfigPage) Navbar() %}{%= Navbar(Config) %}{% endfunc %} - -{% func (p *ConfigPage) Content() %} -

This is the configuration that is currently loaded

-
-{%z= p.Body %} -
-{% endfunc %} - -{% func (p *ConfigPage) Script() %} -{% endfunc %} -- cgit v1.2.3