_includes/node/links.liquid in jekyll-rtd-theme-2.0.2 vs _includes/node/links.liquid in jekyll-rtd-theme-2.0.3
- old
+ new
@@ -14,7 +14,11 @@
{%- endif -%}
{% comment %} theme {% endcomment %}
<link rel="stylesheet" href="{{ cdn }}/assets/css/theme{% if site.debug.dist != false %}.min{% endif %}.css">
+{%- if custom_scss.size > 0 -%}
+ <style>{{ custom_scss | scssify | strip_newlines }}</style>
+{%- endif -%}
+
{% comment %} icon {% endcomment %}
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/favicon.svg">