From a380025a2bc8a3166c3d0f765d218ca290b68581 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Tue, 28 Jul 2026 15:11:21 +0200 Subject: [PATCH] Show CMS version text in footer, enable version display --- cms/templates/assets/footer.mustache | 5 ++++- config.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cms/templates/assets/footer.mustache b/cms/templates/assets/footer.mustache index 14b94ad..70d1c0a 100644 --- a/cms/templates/assets/footer.mustache +++ b/cms/templates/assets/footer.mustache @@ -23,7 +23,10 @@ | - + {{#cms_version}} + {{cms_version}} + {{/cms_version}} + | diff --git a/config.json b/config.json index 1c0a22e..08f8f29 100644 --- a/config.json +++ b/config.json @@ -19,7 +19,7 @@ "name": "E. Noorlander", "website": "https:\/\/noorlander.info" }, - "show_version": false, + "show_version": true, "enabled_plugins": [ "MQTTTracker", "HTMLBlock",