{% assign min-ext = '' %}{% if jekyll.environment == 'production' %}{% assign min-ext = '.min' %}{% endif %} {% include head.html %} {% for plugin in site.theme-plugins %} {% if plugin[1].files contains 'css' %}{% endif %} {% if plugin[1].files contains 'js' %}{% endif %} {% endfor %}
{{ content }}