Changeset 3b4095f in Klonkt for src/routes/admin-seo.js
- Timestamp:
- 07/01/2026 10:28:08 PM (2 months ago)
- Branches:
- main
- Children:
- 5e52448
- Parents:
- 7f265ce
- File:
-
- 1 edited
-
src/routes/admin-seo.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-seo.js
r7f265ce r3b4095f 59 59 default_description = ?, 60 60 og_image_default = ?, 61 og_theme = ?, 61 62 og_locale = ?, 62 63 author = ?, … … 79 80 trimOrNull(f.default_description, 500), 80 81 trimOrNull(f.og_image_default, 500), 82 (f.og_theme === 'light' || f.og_theme === 'dark') ? f.og_theme : null, // null = auto (follow site theme) 81 83 trimOrNull(f.og_locale, 32), 82 84 trimOrNull(f.author, 120),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)