From 1677598a2d22879e5865704d8035fabf72b0cab2 Mon Sep 17 00:00:00 2001 From: trendschau Date: Tue, 22 Oct 2019 08:51:48 +0200 Subject: [PATCH] Version 1.2.16: Footnotes and Search --- cache/lastCache.txt | 2 +- system/Settings.php | 2 +- system/author/auth/welcome.twig | 2 +- system/author/layouts/layout.twig | 6 +++--- system/author/layouts/layoutAuth.twig | 4 ++-- system/author/layouts/layoutBlank.twig | 4 ++-- system/author/layouts/layoutBlox.twig | 22 +++++++++++----------- system/author/layouts/layoutEditor.twig | 20 ++++++++++---------- themes/typemill/partials/layout.twig | 2 +- themes/typemill/partials/layoutCover.twig | 2 +- themes/typemill/typemill.yaml | 2 +- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/cache/lastCache.txt b/cache/lastCache.txt index db3cc93..4d74b8e 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1571567339 \ No newline at end of file +1571726903 \ No newline at end of file diff --git a/system/Settings.php b/system/Settings.php index 896cc2b..d70388d 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -43,7 +43,7 @@ class Settings 'contentFolder' => 'content', 'cache' => true, 'cachePath' => $rootPath . 'cache', - 'version' => '1.2.15', + 'version' => '1.2.16', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]], diff --git a/system/author/auth/welcome.twig b/system/author/auth/welcome.twig index 3939812..7c5e8a6 100644 --- a/system/author/auth/welcome.twig +++ b/system/author/auth/welcome.twig @@ -11,7 +11,7 @@

Hurra!

Your account has been created and you are logged in now.

Next step: Visit the author panel and setup your new website. You can configure the system, choose themes and add plugins.

-

New: Write beautiful math formulas with markdown with direct preview in the visual editor. We completely refactored it!!

+

New: Typemill ships with a new search plugin now. Just activate the plugin and enjoy!!

Get help: If you have any questions, please consult the docs or open a new issue on github.

Configure your website diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 574093b..9848675 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -18,7 +18,7 @@ - + @@ -35,7 +35,7 @@ - - + + \ No newline at end of file diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index 6aeea32..d5d5788 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -19,7 +19,7 @@ - + @@ -29,6 +29,6 @@ {% block content %}{% endblock %} - + \ No newline at end of file diff --git a/system/author/layouts/layoutBlank.twig b/system/author/layouts/layoutBlank.twig index 1e70399..fda75a3 100644 --- a/system/author/layouts/layoutBlank.twig +++ b/system/author/layouts/layoutBlank.twig @@ -16,9 +16,9 @@ - + - +
diff --git a/system/author/layouts/layoutBlox.twig b/system/author/layouts/layoutBlox.twig index f5ba31b..116e01e 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -17,9 +17,9 @@ - + - + {{ assets.renderCSS() }} @@ -39,15 +39,15 @@
- - - - - - - - - + + + + + + + + + {{ assets.renderJS() }} diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 6de515f..ddef474 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -17,9 +17,9 @@ - + - + @@ -36,13 +36,13 @@
- - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/themes/typemill/partials/layout.twig b/themes/typemill/partials/layout.twig index ce32c9f..e49244c 100644 --- a/themes/typemill/partials/layout.twig +++ b/themes/typemill/partials/layout.twig @@ -32,7 +32,7 @@ {% block stylesheets %} - + {{ assets.renderCSS() }} diff --git a/themes/typemill/partials/layoutCover.twig b/themes/typemill/partials/layoutCover.twig index 275a148..0257fb6 100644 --- a/themes/typemill/partials/layoutCover.twig +++ b/themes/typemill/partials/layoutCover.twig @@ -32,7 +32,7 @@ {% block stylesheets %} - + {{ assets.renderCSS() }} diff --git a/themes/typemill/typemill.yaml b/themes/typemill/typemill.yaml index e26bb26..4bb06f9 100644 --- a/themes/typemill/typemill.yaml +++ b/themes/typemill/typemill.yaml @@ -1,5 +1,5 @@ name: Typemill Theme -version: 1.1.5 +version: 1.1.6 description: The standard theme for Typemill. Responsive, minimal and without any dependencies. It uses the system fonts Calibri and Helvetica. No JavaScript is used. author: Sebastian Schürmanns homepage: https://typemill.net