Cool-Y.github.io/themes/next/layout/_third-party/scroll-cookie.swig

5 lines
267 B
Plaintext
Raw Normal View History

2019-04-02 08:28:32 +00:00
{% if theme.save_scroll %}
<script type="text/javascript" src="{{ url_for(theme.js) }}/src/js.cookie.js?v={{ theme.version }}"></script>
<script type="text/javascript" src="{{ url_for(theme.js) }}/src/scroll-cookie.js?v={{ theme.version }}"></script>
{% endif %}