initial
This commit is contained in:
10
themes/next/layout/_scripts/commons.swig
Normal file
10
themes/next/layout/_scripts/commons.swig
Normal file
@@ -0,0 +1,10 @@
|
||||
{%
|
||||
set js_commons = [
|
||||
'utils.js',
|
||||
'motion.js'
|
||||
]
|
||||
%}
|
||||
|
||||
{% for common in js_commons %}
|
||||
<script src="{{ url_for(theme.js) }}/{{ common }}?v={{ version }}"></script>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user