blog/themes/next/layout/_scripts/commons.swig
2019-05-30 18:52:14 +08:00

11 lines
187 B
Plaintext

{%
set js_commons = [
'utils.js',
'motion.js'
]
%}
{% for common in js_commons %}
<script src="{{ url_for(theme.js) }}/{{ common }}?v={{ version }}"></script>
{% endfor %}