11<!DOCTYPE html>
2- < html lang ="{{ site.lang | default: "en-US " }}">
3- < head >
4- < meta charset ='utf-8 '>
5- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6- < meta name ="viewport " content ="width=640 ">
2+ < html lang ="{{ site.lang | default: " en-US " }}">
73
8- < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} " media ="screen ">
9- < link rel ="stylesheet " href ="{{ '/assets/css/mobile.css' | relative_url }} " media ="handheld, only screen and (max-device-width:640px) ">
10- < link rel ="stylesheet " href ="{{ '/assets/css/non-screen.css' | relative_url }} " media ="handheld, only screen and (max-device-width:640px) ">
4+ < head >
5+ < meta charset ='utf-8 '>
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=640 ">
118
12- < script src ="{{ '/assets/js/modernizr.js' | relative_url }} "> </ script >
13- < script src ="https://code.jquery.com/jquery-1.12.4.min.js " integrity ="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ= " crossorigin ="anonymous "> </ script >
14- < script src ="{{ '/assets/js/headsmart.min.js' | relative_url }} "> </ script >
15- < script >
16- $ ( document ) . ready ( function ( ) {
17- $ ( '#main_content' ) . headsmart ( )
18- } )
19- </ script >
9+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} "
10+ media ="screen ">
11+ < link rel ="stylesheet " href ="{{ '/assets/css/mobile.css' | relative_url }} "
12+ media ="handheld, only screen and (max-device-width:640px) ">
13+ < link rel ="stylesheet " href ="{{ '/assets/css/non-screen.css' | relative_url }} "
14+ media ="handheld, only screen and (max-device-width:640px) ">
2015
21- {% seo %}
16+ < script src ="{{ '/assets/js/modernizr.js' | relative_url }} "> </ script >
17+ < script src ="https://code.jquery.com/jquery-1.12.4.min.js "
18+ integrity ="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ= " crossorigin ="anonymous "> </ script >
19+ < script src ="{{ '/assets/js/headsmart.min.js' | relative_url }} "> </ script >
20+ < script >
21+ $ ( document ) . ready ( function ( ) {
22+ $ ( '#main_content' ) . headsmart ( )
23+ } )
24+ </ script >
2225
23- {% include head-custom.html %}
24- </ head >
26+ {% seo %}
2527
26- < body >
27- < a id ="forkme_banner " href ="{{ site.github.repository_url }} "> View on GitHub</ a >
28- < div class ="shell ">
28+ {% include head-custom.html %}
29+ </ head >
2930
30- < header >
31- < span class ="ribbon-outer ">
32- < span class =" ribbon-inner " >
33- < h1 > {{ site.title | default: site.github.repository_name }} </ h1 >
34- < h2 > {{ site.description | default: site.github.project_tagline }} </ h2 >
35- </ span >
36- < span class =" left-tail " > </ span >
37- < span class =" right-tail " > </ span >
31+ < body >
32+ < div class ="shell ">
33+
34+ < header >
35+ < span class =" ribbon-outer " >
36+ < span class =" ribbon-inner " >
37+ < h1 > {{ site.title | default: site.github.repository_name }} </ h1 >
38+ < h2 > {{ site.description | default: site.github.project_tagline }} </ h2 >
3839 </ span >
39- </ header >
40+ < span class ="left-tail "> </ span >
41+ < span class ="right-tail "> </ span >
42+ </ span >
43+ </ header >
4044
41- {% if site.show_downloads %}
42- < section id ="downloads ">
43- < span class ="inner ">
44- < a href ="{{ site.github.zip_url }} " class ="zip "> < em > download</ em > .ZIP</ a > < a href ="{{ site.github.tar_url }} " class ="tgz "> < em > download</ em > .TGZ</ a >
45- </ span >
46- </ section >
47- {% else %}
48- < div id ="no-downloads ">
49- < span class ="inner ">
50- </ span >
51- </ div >
52- {% endif %}
45+ {% if site.show_downloads %}
46+ < section id ="downloads ">
47+ < span class ="inner ">
48+ < a href ="{{ site.github.zip_url }} " class ="zip "> < em > download</ em > .ZIP</ a > < a href ="{{ site.github.tar_url }} "
49+ class ="tgz "> < em > download</ em > .TGZ</ a >
50+ </ span >
51+ </ section >
52+ {% else %}
53+ < div id ="no-downloads ">
54+ < span class ="inner ">
55+ </ span >
56+ </ div >
57+ {% endif %}
5358
5459
55- < span class ="banner-fix "> </ span >
60+ < span class ="banner-fix "> </ span >
5661
5762
58- < section id ="main_content ">
59- {{ content }}
60- </ section >
63+ < section id ="main_content ">
64+ {{ content }}
65+ </ section >
6166
62- < footer >
63- < span class ="ribbon-outer ">
64- < span class ="ribbon-inner ">
65- {% if site.github.is_project_page %}
66- < p > this project by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > can be found on < a href ="{{ site.github.repository_url }} "> GitHub</ a > </ p >
67- {% endif %}
68- {% if site.github.is_user_page %}
69- < p > Projects by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > can be found on < a href ="{{ site.github.repository_url }} "> GitHub</ a > </ p >
70- {% endif %}
71- </ span >
72- < span class ="left-tail "> </ span >
73- < span class ="right-tail "> </ span >
67+ < footer >
68+ < span class ="ribbon-outer ">
69+ < span class ="ribbon-inner ">
70+ {% if site.github.is_project_page %}
71+ < p > this project by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > can be found on < a
72+ href ="{{ site.github.repository_url }} "> GitHub</ a > </ p >
73+ {% endif %}
74+ {% if site.github.is_user_page %}
75+ < p > Projects by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > can be found on < a
76+ href ="{{ site.github.repository_url }} "> GitHub</ a > </ p >
77+ {% endif %}
7478 </ span >
75- < p > Generated with < a href ="https://pages.github.com "> GitHub Pages</ a > using Merlot</ p >
76- < span class ="octocat "> </ span >
77- </ footer >
79+ < span class ="left-tail "> </ span >
80+ < span class ="right-tail "> </ span >
81+ </ span >
82+ < p > Generated with < a href ="https://pages.github.com "> GitHub Pages</ a > using Merlot</ p >
83+ < span class ="octocat "> </ span >
84+ </ footer >
7885
79- </ div >
80- </ body >
81- </ html >
86+ </ div >
87+ </ body >
88+
89+ </ html >
0 commit comments