1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 13:28:19 +01:00

Version 1.1.5: Switch to https and fix assets and design

This commit is contained in:
Sebastian 2018-05-11 11:31:47 +02:00
parent 501aef3c73
commit aefb9709cb
5 changed files with 6 additions and 6 deletions

2
cache/lastCache.txt vendored
View File

@ -1 +1 @@
1525885593
1526030510

View File

@ -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.
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.

View File

@ -47,12 +47,12 @@ class Assets
public function renderCSS()
{
return implode('<br/>', $this->CSS) . implode('<br/>', $this->inlineCSS);
return implode('', $this->CSS) . implode('', $this->inlineCSS);
}
public function renderJS()
{
return implode('<br/>', $this->JS) . '<br/>' . implode('<br/>', $this->inlineJS);
return implode('', $this->JS) . implode('', $this->inlineJS);
}
/**

View File

@ -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')
{

View File

@ -161,7 +161,7 @@ header p{
overflow: hidden;
}
.open{
max-height: 1500px;
max-height: 2500px;
transition: max-height 0.25s ease-in;
overflow: hidden;
}