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

Version 1.2.14: Magical Table of Contents

This commit is contained in:
Trendschau 2019-05-18 13:11:15 +02:00
parent 8c6d4db4dc
commit 3bcc03e5fb
10 changed files with 40 additions and 40 deletions

2
cache/lastCache.txt vendored
View File

@ -1 +1 @@
1558123679
1558126279

12
composer.lock generated
View File

@ -823,16 +823,16 @@
},
{
"name": "twig/twig",
"version": "v1.40.1",
"version": "v1.41.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "35889516bbd6bbe46a600c2c33b03515df4a076e"
"reference": "575cd5028362da591facde1ef5d7b94553c375c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/35889516bbd6bbe46a600c2c33b03515df4a076e",
"reference": "35889516bbd6bbe46a600c2c33b03515df4a076e",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/575cd5028362da591facde1ef5d7b94553c375c9",
"reference": "575cd5028362da591facde1ef5d7b94553c375c9",
"shasum": ""
},
"require": {
@ -847,7 +847,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.40-dev"
"dev-master": "1.41-dev"
}
},
"autoload": {
@ -885,7 +885,7 @@
"keywords": [
"templating"
],
"time": "2019-04-29T14:12:28+00:00"
"time": "2019-05-14T11:59:08+00:00"
},
{
"name": "vlucas/valitron",

View File

@ -48,7 +48,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.2.13',
'version' => '1.2.14',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],

View File

@ -10,15 +10,15 @@
<base href="{{ base_url }}/">
<meta name="msapplication-TileColor" content="#F9F8F6" />
<meta name="msapplication-TileImage" content="{{ base_url }}/system/author/img/mstile-144x144.png" />
<meta name="msapplication-TileImage" content="{{ base_url }}/system/author/img/mstile-144x144.png" />
<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-16x16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -35,7 +35,7 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
</body>
</html>

View File

@ -17,9 +17,9 @@
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -29,6 +29,6 @@
{% block content %}{% endblock %}
</div>
<script src="{{ base_url }}/system/author/js/auth.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/auth.js?20190517"></script>
</body>
</html>

View File

@ -16,9 +16,9 @@
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
</head>
<body>
<header class="main-header">

View File

@ -17,9 +17,9 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -36,14 +36,14 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20190517"></script>
</body>
</html>

View File

@ -17,9 +17,9 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -36,13 +36,13 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190504"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20190517"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20190517"></script>
</body>
</html>