diff --git a/cache/timer.yaml b/cache/timer.yaml index 9ebc917..5cd2bba 100644 --- a/cache/timer.yaml +++ b/cache/timer.yaml @@ -1,2 +1,2 @@ licenseupdate: 1751827655 -refreshnavi: 1752870527 +refreshnavi: 1753211483 diff --git a/readme.md b/readme.md index fdd884b..a864fae 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Typemill is an open-source flat-file CMS for creating websites and eBooks with m Learn more at [typemill.net](https://typemill.net), check the [demo installation](https://try.typemill.net), or get started with the [starter guide](https://docs.typemill.net/getting-started). -![Typemill Screenshot](/typemill.webp) +![Typemill Screenshot](/typemill-editor.webp) ## Key Features diff --git a/system/typemill/Controllers/ControllerWebFrontend.php b/system/typemill/Controllers/ControllerWebFrontend.php index 7830ec8..5a44892 100644 --- a/system/typemill/Controllers/ControllerWebFrontend.php +++ b/system/typemill/Controllers/ControllerWebFrontend.php @@ -353,7 +353,7 @@ class ControllerWebFrontend extends Controller 'home' => $home, 'navigation' => $liveNavigation, 'title' => $title, - 'content' => $contentHtml, + 'content' => $contentHtml, 'item' => $item, 'breadcrumb' => $breadcrumb, 'settings' => $this->settings, diff --git a/system/typemill/settings/defaults.yaml b/system/typemill/settings/defaults.yaml index ccbe37c..6f7254b 100644 --- a/system/typemill/settings/defaults.yaml +++ b/system/typemill/settings/defaults.yaml @@ -1,4 +1,4 @@ -version: '2.18.2' +version: '2.18.3' title: 'Typemill' author: 'Unknown' copyright: false diff --git a/typemill-editor.webp b/typemill-editor.webp new file mode 100644 index 0000000..64cecf1 Binary files /dev/null and b/typemill-editor.webp differ diff --git a/typemill.webp b/typemill.webp deleted file mode 100644 index 04492e8..0000000 Binary files a/typemill.webp and /dev/null differ