File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
</ div >
18
18
19
19
<!-- Third-Party JS -->
20
- < script type ="text/javascript " src ="/bower_components/jquery/dist/jquery.min.js "> </ script >
21
20
< script type ="text/javascript " src ="/bower_components/bootstrap/dist/js/bootstrap.min.js "> </ script >
22
21
< script type ="text/javascript " src ="/bower_components/geopattern/js/geopattern.min.js "> </ script >
23
22
Original file line number Diff line number Diff line change 10
10
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
11
11
< link rel ="alternate " type ="application/rss+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
12
12
13
+ < script type ="text/javascript " src ="/bower_components/jquery/dist/jquery.min.js "> </ script >
14
+
13
15
<!-- Third-Party CSS -->
14
16
< link rel ="stylesheet " href ="/bower_components/bootstrap/dist/css/bootstrap.min.css ">
15
17
< link rel ="stylesheet " href ="/bower_components/octicons/octicons/octicons.css ">
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
+ {% include jumbotron.html %}
4
5
< article class ="post ">
5
6
6
- < header class ="post-header ">
7
- < h1 class ="post-title "> {{ page.title }}</ h1 >
8
- </ header >
7
+ < header class ="post-header ">
8
+ < h1 class ="post-title "> {{ page.title }}</ h1 >
9
+ </ header >
9
10
10
- < div class ="post-content ">
11
- {{ content }}
12
- </ div >
11
+ < div class ="post-content ">
12
+ {{ content }}
13
+ </ div >
13
14
14
15
</ article >
You can’t perform that action at this time.
0 commit comments