_includes/head.html in no-style-please2-0.7.3 vs _includes/head.html in no-style-please2-0.7.4
- old
+ new
@@ -21,13 +21,15 @@
{% if site.tags != "" %}
{% include collecttags.html %}
{% endif %}
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon | relative_url }}" />
- {% comment %}
- <!-- <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" /> -->
- {% endcomment %}
+ {% if site.theme_config.combine_css_html %}
<style>
{%- include main.css -%}
</style>
+ {% else %}
+ <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
+ {% endif %}
+
</head>
\ No newline at end of file