1- <!doctype html>
2- <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3- <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
4- <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
5- <!--[if gt IE 8]><!--> < html class ="no-js " lang ="en "> <!--<![endif]-->
6- < head >
7- {% include head.html %}
8- </ head >
1+ <!DOCTYPE html>
2+ <!--
3+ So Simple Jekyll Theme 3.0.1
4+ Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
5+ Free for personal and commercial use under the MIT license
6+ https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE
7+ -->
8+ < html lang ="{{ page.lang | default: site.lang | default: 'en-US' }} " class ="no-js ">
9+ {% include head.html %}
910
10- < body id ="page ">
11+ < body class ="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %} {% if page.entries_layout == 'grid' %}page--wide{% endif %} {{ page.title | slugify }} ">
12+ {% include skip-links.html %}
13+ {% include navigation.html %}
14+ {{ content }}
1115
12- < div id ="main " role ="main ">
13- < article class ="entry ">
14- {% if page.image.feature %}< img src ="{{ site.url }}/images/{{ page.image.feature }} " class ="entry-feature-image " alt ="{{ page.title }} " {% if site.logo == null %}style ="margin-top:0; "{% endif %} > {% if page.image.credit %}< p class ="image-credit "> Photo Credit: < a href ="{{ page.image.creditlink }} "> {{ page.image.credit }}</ a > </ p > {% endif %}{% endif %}
15- < div class ="entry-wrapper ">
16- < header class ="entry-header ">
17- < h1 class ="entry-title "> {% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}</ h1 >
18- </ header >
19- < div class ="entry-content ">
20- {{ content }}
21- </ div > <!-- /.entry-content -->
22- </ div > <!-- /.entry-wrapper -->
23- </ article >
24- </ div > <!-- /#main -->
25-
26- < div class ="footer-wrapper ">
27- < footer role ="contentinfo " class ="entry-wrapper ">
2816 {% include footer.html %}
29- </ footer >
30- </ div > <!-- /.footer-wrapper -->
31-
32- {% include scripts.html %}
17+ {% include scripts.html %}
18+ </ body >
3319
34- </ body >
35- </ html >
20+ </ html >
0 commit comments