Cool-Y.github.io/themes/next/layout/_scripts/commons.swig

11 lines
224 B
Plaintext
Raw Normal View History

2019-04-02 08:28:32 +00:00
{%
set js_commons = [
'src/utils.js',
'src/motion.js'
]
%}
{% for common in js_commons %}
<script type="text/javascript" src="{{ url_for(theme.js) }}/{{ common }}?v={{ theme.version }}"></script>
{% endfor %}