aboutsummaryrefslogtreecommitdiff
path: root/templates/navbar.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 16:53:15 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-10-05 16:53:15 +0200
commit6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d (patch)
tree6b568c854674295941cc1b827b3017879e66ebe5 /templates/navbar.qtpl
parentada6a68b4f25c912705542a6b03aae7ffffb5e99 (diff)
downloadcerrado-6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d.tar.gz
cerrado-6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d.tar.bz2
cerrado-6e5062488fc3ecbf37c11e7d111bfe6ea3b5284d.zip
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.
Diffstat (limited to 'templates/navbar.qtpl')
-rw-r--r--templates/navbar.qtpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/navbar.qtpl b/templates/navbar.qtpl
index 68b1fd8..8614181 100644
--- a/templates/navbar.qtpl
+++ b/templates/navbar.qtpl
@@ -33,7 +33,6 @@ Add this back once needed
Add this back if needed
<a class="nav-link{%= insertIfEqual(s, About) %}" href="/about/">about</a>
{% endcomment %}
- <a class="nav-link{%= insertIfEqual(s, Config) %}" href="/config">config</a>
</div>
</nav>
{% endfunc %}