Changeset 5019e22 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/16/2026 03:02:30 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8453812
Parents:
9465a0d
Message:

Branding: user-facing PrutCMS -> Klonkt (welcome heading, site-title fallback, deploy doc)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r9465a0d r5019e22  
    2121// Template: '{title} — {site}'. If pageTitle equals site.title (homepage) we
    2222// just use the site title alone, otherwise apply the template.
    23 const _siteTitle  = safeSite.title || 'PrutCMS';
     23const _siteTitle  = safeSite.title || 'Klonkt';
    2424const _rawTitle   = pageTitle || _siteTitle;
    2525const _tpl        = safeSite.title_template || '{title} — {site}';
Note: See TracChangeset for help on using the changeset viewer.