Changeset 6623453 in Klonkt for src/routes/admin-sites.js
- Timestamp:
- 06/18/2026 07:50:13 AM (3 months ago)
- Branches:
- main
- Children:
- 03af7f8
- Parents:
- 0dbb5c1
- File:
-
- 1 edited
-
src/routes/admin-sites.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-sites.js
r0dbb5c1 r6623453 303 303 feed_view_default = ?, feed_view_switch = ?, 304 304 show_search = ?, show_archive_link = ?, 305 title_template = ?, twitter = ?, canonical = ?,306 google_verification = ?, bing_verification = ?,307 pinterest_verification = ?, yandex_verification = ?,308 305 custom_css = ?, custom_head_html = ?, custom_foot_html = ?, 309 306 updated_at = CURRENT_TIMESTAMP … … 330 327 f.show_search ? 1 : 0, 331 328 f.show_archive_link ? 1 : 0, 332 (f.title_template || '{title} — {site}').slice(0, 200),333 (f.twitter || '').slice(0, 64) || null,334 (f.canonical || '').slice(0, 200) || null,335 (f.google_verification || '').slice(0, 200) || null,336 (f.bing_verification || '').slice(0, 200) || null,337 (f.pinterest_verification || '').slice(0, 200) || null,338 (f.yandex_verification || '').slice(0, 200) || null,339 329 f.custom_css || null, 340 330 f.custom_head_html || null,
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)