theme selection should now take into account site root
This commit is contained in:
parent
7bfb5ac4b4
commit
cbbd0ea31b
7 changed files with 16 additions and 12 deletions
|
@ -20,6 +20,9 @@
|
|||
<!-- This script must follow css -->
|
||||
{% if config.extra.zulma_allow_theme_selection %}
|
||||
<script type="text/javascript" src="{{ get_url(path="js/zulma_switchcss.js") }}"></script>
|
||||
<script>
|
||||
switch_css.init("{{config.base_url | safe}}");
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if config.generate_rss %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue