File tree Expand file tree Collapse file tree 2 files changed +19
-15
lines changed
Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE HTML>
2+ < html lang ="en-US ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6+ < meta name ="generator " content ="Jekyll v{{ jekyll.version }} ">
7+ {% feed_meta %}
8+ < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.github.url | prepend: site.url }} ">
9+ < link rel ="alternate " type ="application/rss+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.github.url | prepend: site.url }}" />
10+ < link rel ="stylesheet " href ="/css/main.css ">
11+ < link rel ="icon " type ="image/x-icon " href ="/favicon.ico ">
12+ {% seo %}
13+ </ head >
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
2- < html >
1+ {% include top.html %}
32
4- {% include head.html %}
3+ < body class ="wrap ">
4+ {% include header.html %}
55
6- < body >
6+ {{ content }}
77
8- {% include header.html %}
9-
10- < div class ="page-content ">
11- < div class ="wrapper ">
12- {{ content }}
13- </ div >
14- </ div >
15-
16- {% include footer.html %}
17-
18- </ body >
8+ {% include footer.html %}
199
10+ </ body >
2011</ html>
You can’t perform that action at this time.
0 commit comments