Version 1.4.3: Fingerprints for js and css files
This commit is contained in:
parent
1df78a636d
commit
d93bd3bb63
5 changed files with 37 additions and 37 deletions
|
@ -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?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210108" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@ -39,16 +39,16 @@
|
|||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210108"></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?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@ -31,6 +31,6 @@
|
|||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20210108"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -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?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210108" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<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" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@ -41,17 +41,17 @@
|
|||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20210108"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
|
@ -61,13 +61,13 @@
|
|||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210108"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
|
|
@ -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?20201130" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210108" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
|
@ -40,16 +40,16 @@
|
|||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210108"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210108"></script>
|
||||
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
|
@ -59,10 +59,10 @@
|
|||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20201130"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210108"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210108"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue