diff --git a/_includes/js-selector.html b/_includes/js-selector.html index 961bb94..8e38442 100644 --- a/_includes/js-selector.html +++ b/_includes/js-selector.html @@ -66,7 +66,7 @@ {% include jsdelivr-combine.html urls=urls %} {% case page.layout %} - {% when 'home', 'categories', 'post', 'page' %} + {% when 'home', 'categories', 'post', 'page', 'lab_life' %} {% assign js = page.layout %} {% when 'archives', 'category', 'tag' %} {% assign js = 'misc' %} @@ -81,6 +81,11 @@ +{% if page.layout == 'lab_life' %} + + +{% endif %} + {% if page.math %}