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

11 lines
226 B
Plaintext
Raw Normal View History

2019-04-02 08:28:32 +00:00
{%
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 %}