a new start
This commit is contained in:
12
_includes/head/styles.html
Normal file
12
_includes/head/styles.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!--[if gt IE 8]><!---->
|
||||
{% if site.pivoine.no_inline_css or jekyll.environment == 'development' %}
|
||||
{% include_cached head/styles-no-inline.html %}
|
||||
{% else %}
|
||||
{% include_cached head/styles-layout.html layout=include.layout %}
|
||||
{% include_cached head/styles-inline.html %}
|
||||
{% endif %}
|
||||
|
||||
{% unless site.pivoine.no_page_style %}
|
||||
{% include_cached head/page-style.html color=include.color theme_color=include.theme_color %}
|
||||
{% endunless %}
|
||||
<!--<![endif]-->
|
||||
Reference in New Issue
Block a user