Cool-Y.github.io/themes/next/layout/_third-party/scroll-cookie.swig
2019-04-02 16:28:32 +08:00

5 lines
267 B
Plaintext

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