mirror of
https://github.com/typemill/typemill.git
synced 2025-08-05 05:37:45 +02:00
Version 1.5.3 cachbusting with version number
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?v={{ settings.version }}" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?v={{ settings.version }}" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -39,19 +39,19 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const FormBus = new Vue();
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
typemillUtilities.start()
|
||||
</script>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?v={{ settings.version }}" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?v={{ settings.version }}" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?v={{ settings.version }}" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?v={{ settings.version }}" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -41,20 +41,20 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const FormBus = new Vue();
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@@ -64,17 +64,17 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?v={{ settings.version }}"></script>
|
||||
{% if item.elementType == "folder" %}
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?v={{ settings.version }}"></script>
|
||||
{% else %}
|
||||
<script>let posts = false;</script>
|
||||
{% endif %}
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?v={{ settings.version }}"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20220108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?v={{ settings.version }}" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?v={{ settings.version }}" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -41,18 +41,18 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
const FormBus = new Vue();
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?v={{ settings.version }}"></script>
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
let labels = {{ translations|json_encode() }};
|
||||
@@ -61,17 +61,17 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?v={{ settings.version }}"></script>
|
||||
{% if item.elementType == "folder" %}
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?v={{ settings.version }}"></script>
|
||||
{% else %}
|
||||
<script>let posts = false;</script>
|
||||
{% endif %}
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20220108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?v={{ settings.version }}"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?v={{ settings.version }}"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
Reference in New Issue
Block a user