{% comment %} The "no-js" class is here as a fallback. If Modernizr is not running, you'll know something is wrong and you will be able to act accordingly. In contrast, if everything goes well, Modernizr will remove that special class. {% endcomment %} {% include minimal_head.html %} {% assign layout = page.layout | slugify %} {% include metadata.html layout = layout %} {% comment %} Add in additional CSS if such is requested in the header of the associated markdown file. The switch in the markdown file is "additional_css" for CSS and "additional_js" for JavaScript {% endcomment %} {% if page.additional_css %} {% for css_file_name in page.additional_css %} {% endfor %} {% endif %} {% if page.additional_js %} {% for js_file_name in page.additional_js %} {% endfor %} {% endif %}