mirror of
https://github.com/typemill/typemill.git
synced 2025-10-16 23:28:52 +02:00
version 1.2.1 Improved Editor and fixes
This commit is contained in:
@@ -43,7 +43,7 @@ class Settings
|
||||
'contentFolder' => 'content',
|
||||
'cache' => true,
|
||||
'cachePath' => $rootPath . 'cache',
|
||||
'version' => '1.2.0',
|
||||
'version' => '1.2.1',
|
||||
'setup' => true,
|
||||
'welcome' => true
|
||||
];
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20180706" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -35,7 +35,7 @@
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20180706"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20180706"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user