File tree Expand file tree Collapse file tree 5 files changed +867
-96
lines changed Expand file tree Collapse file tree 5 files changed +867
-96
lines changed Original file line number Diff line number Diff line change 15
15
<![endif]-->
16
16
17
17
<!-- Le styles -->
18
- < link href ="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
18
+ < link href ="{{ ASSET_PATH }}/bootstrap/css/bootstrap.2.2.2. min.css " rel ="stylesheet ">
19
19
< link href ="{{ ASSET_PATH }}/css/style.css?body=1 " rel ="stylesheet " type ="text/css " media ="all ">
20
20
21
21
<!-- Le fav and touch icons -->
33
33
</ head >
34
34
35
35
< body >
36
-
37
36
< div class ="navbar ">
38
37
< div class ="navbar-inner ">
39
- < div class ="container-fluid ">
38
+ < div class ="container-narrow ">
40
39
< a class ="brand " href ="{{ HOME_PATH }} "> {{ site.title }}</ a >
41
40
< ul class ="nav ">
42
41
{% assign pages_list = site.pages %}
47
46
</ div >
48
47
</ div >
49
48
50
- < div class ="container-fluid ">
49
+ < div class ="container-narrow ">
51
50
52
51
< div class ="content ">
53
52
{{ content }}
54
53
</ div >
55
-
54
+ < hr >
56
55
< footer >
57
56
< p > © {{ site.author.name }} {{ site.time | date: '%Y' }}
58
57
with help from < a href ="http://jekyllbootstrap.com " target ="_blank " title ="The Definitive Jekyll Blogging Framework "> Jekyll Bootstrap</ a >
59
58
and < a href ="http://twitter.github.com/bootstrap/ " target ="_blank "> Twitter Bootstrap</ a >
60
59
</ p >
61
60
</ footer >
62
61
63
- </ div > <!-- /container-fluid -->
62
+ </ div >
64
63
65
64
{% include JB/analytics %}
66
65
</ body >
Original file line number Diff line number Diff line change 2
2
< h1 > {{ page.title }} {% if page.tagline %}< small > {{page.tagline}}</ small > {% endif %}</ h1 >
3
3
</ div >
4
4
5
- < div class ="row-fluid ">
6
- < div class ="span8 ">
7
- {{ content }}
5
+ < div class ="row-fluid post-full ">
6
+ < div class ="span12 ">
7
+ < div class ="date ">
8
+ < span > {{ page.date | date_to_long_string }}</ strong >
9
+ </ div >
10
+ < div class ="content ">
11
+ {{ content }}
12
+ </ div >
13
+
14
+ {% unless page.categories == empty %}
15
+ < ul class ="tag_box inline ">
16
+ < li > < i class ="icon-folder-open "> </ i > </ li >
17
+ {% assign categories_list = page.categories %}
18
+ {% include JB/categories_list %}
19
+ </ ul >
20
+ {% endunless %}
21
+
22
+ {% unless page.tags == empty %}
23
+ < ul class ="tag_box inline ">
24
+ < li > < i class ="icon-tags "> </ i > </ li >
25
+ {% assign tags_list = page.tags %}
26
+ {% include JB/tags_list %}
27
+ </ ul >
28
+ {% endunless %}
29
+
8
30
< hr >
9
31
< div class ="pagination ">
10
32
< ul >
@@ -24,17 +46,4 @@ <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endi
24
46
< hr >
25
47
{% include JB/comments %}
26
48
</ div >
27
-
28
- < div class ="span4 ">
29
- < h4 > Published</ h4 >
30
- < div class ="date "> < span > {{ page.date | date_to_long_string }}</ span > </ div >
31
-
32
- {% unless page.tags == empty %}
33
- < h4 > Tags</ h4 >
34
- < ul class ="tag_box ">
35
- {% assign tags_list = page.tags %}
36
- {% include JB/tags_list %}
37
- </ ul >
38
- {% endunless %}
39
- </ div >
40
- </ div >
49
+ </ div >
You can’t perform that action at this time.
0 commit comments