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

11 lines
226 B
Plaintext

{%
set scripts = [
'src/affix.js',
'src/schemes/pisces.js'
]
%}
{% for script in scripts %}
<script type="text/javascript" src="{{ url_for(theme.js) }}/{{ script }}?v={{ theme.version }}"></script>
{% endfor %}