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

5 lines
201 B
Plaintext

{% if theme.save_scroll %}
<script src="{{ url_for(theme.js) }}/js.cookie.js?v={{ version }}"></script>
<script src="{{ url_for(theme.js) }}/scroll-cookie.js?v={{ version }}"></script>
{% endif %}