From aefb9709cbe29bdcd1cef7c92863a4c810c759cb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 11 May 2018 11:31:47 +0200 Subject: [PATCH] Version 1.1.5: Switch to https and fix assets and design --- cache/lastCache.txt | 2 +- content/index.md | 2 +- system/Assets.php | 4 ++-- system/author/js/author.js | 2 +- themes/typemill/css/style.css | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cache/lastCache.txt b/cache/lastCache.txt index 791855f..3603ce6 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1525885593 \ No newline at end of file +1526030510 \ No newline at end of file diff --git a/content/index.md b/content/index.md index c3ae44d..423579c 100644 --- a/content/index.md +++ b/content/index.md @@ -1 +1 @@ -TYPEMIL is a content management system for **writers** and their **text-work**. It plublishes markdown files as a website and it will help you to create online-based e-books in future. TYPEMILL is simple, lightweight and open source. Just download and start. \ No newline at end of file +TYPEMILL is a small flat file cms designed for **writers**. It creates websites based on markdown files and fits perfectly for text-works like studies, manuals or documentations. TYPEMILL is simple, lightweight and open source. Just download and start. \ No newline at end of file diff --git a/system/Assets.php b/system/Assets.php index 81afe11..272d212 100644 --- a/system/Assets.php +++ b/system/Assets.php @@ -47,12 +47,12 @@ class Assets public function renderCSS() { - return implode('
', $this->CSS) . implode('
', $this->inlineCSS); + return implode('', $this->CSS) . implode('', $this->inlineCSS); } public function renderJS() { - return implode('
', $this->JS) . '
' . implode('
', $this->inlineJS); + return implode('', $this->JS) . implode('', $this->inlineJS); } /** diff --git a/system/author/js/author.js b/system/author/js/author.js index 5205081..8fab7c2 100644 --- a/system/author/js/author.js +++ b/system/author/js/author.js @@ -137,7 +137,7 @@ function getVersions(name, value) { var getPost = 'GET'; - url = 'http://typemill.net/api/v1/checkversion?'; + url = 'https://typemill.net/api/v1/checkversion?'; if(name == 'plugins') { diff --git a/themes/typemill/css/style.css b/themes/typemill/css/style.css index 9e8482d..fd55399 100644 --- a/themes/typemill/css/style.css +++ b/themes/typemill/css/style.css @@ -161,7 +161,7 @@ header p{ overflow: hidden; } .open{ - max-height: 1500px; + max-height: 2500px; transition: max-height 0.25s ease-in; overflow: hidden; }