{% if site.math or page.math %} {% endif %} {% if site.google-fonts %} {% assign gf = site.google-fonts %} {%- capture which -%} {%- for font in gf -%} {%- if font -%}|{{ font.last }}{%- endif -%} {%- endfor -%} {%- endcapture -%} {%- assign request = which | remove_first: "|" -%} {% endif %} {% include resolve-dark.liquid %} {% if site.syntax-theme %} {% assign theme = site.syntax-theme %} {% elsif dark %} {% assign theme = "assets/css/gruvbox.css" %} {% else %} {% assign theme = "assets/css/gruvbox-light.css" %} {% endif %}