Changeset 83faa57 in Klonkt for src/views


Ignore:
Timestamp:
06/16/2026 04:28:40 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
b807a85
Parents:
974de34
Message:

Rebrand: "Klonkt Hub Beta" -> "Klonkt Beta" + version number in footer

Footer now shows "Klonkt Beta v<version>" (version from package.json via
render.js local appVersion). Also updated default page title, startup log,
and README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/footer.ejs

    r974de34 r83faa57  
    55    </div>
    66    <div class="footer-meta">
    7       <span>Klonkt Hub Beta</span>
     7      <span>Klonkt Beta<%= (typeof appVersion !== 'undefined' && appVersion) ? ' v' + appVersion : '' %></span>
    88      <%# Mobile-only theme toggle. On desktop the topnav has its own toggle
    99          so we hide this one to avoid two visible toggles at once. The same
Note: See TracChangeset for help on using the changeset viewer.