Show CMS version text in footer, enable version display

This commit is contained in:
2026-07-28 15:11:21 +02:00
parent 99a4c20e97
commit 74487d4820
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
<i class="bi bi-book"></i> <i class="bi bi-book"></i>
</a> </a>
<span class="ms-1">|</span> <span class="ms-1">|</span>
<a href="https://git.noorlander.info/E.Noorlander/CodePress.git" target="_blank" rel="noopener" class="footer-icon cms" title="{{t_powered_by}} CodePress CMS {{cms_version}}"> {{#cms_version}}
<span class="ms-1 cms-version text-muted">{{cms_version}}</span>
{{/cms_version}}
<a href="https://git.noorlander.info/E.Noorlander/CodePress.git" target="_blank" rel="noopener" class="footer-icon cms ms-1" title="{{t_powered_by}} CodePress CMS">
<i class="bi bi-cpu"></i> <i class="bi bi-cpu"></i>
</a> </a>
<span class="ms-1">|</span> <span class="ms-1">|</span>
+1 -1
View File
@@ -19,7 +19,7 @@
"name": "E. Noorlander", "name": "E. Noorlander",
"website": "https:\/\/noorlander.info" "website": "https:\/\/noorlander.info"
}, },
"show_version": false, "show_version": true,
"enabled_plugins": [ "enabled_plugins": [
"MQTTTracker", "MQTTTracker",
"HTMLBlock", "HTMLBlock",