Cool-Y.github.io/themes/next/layout/_scripts/commons.swig
2019-04-02 16:28:32 +08:00

11 lines
224 B
Plaintext

{%
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 %}