File tree Expand file tree Collapse file tree 12 files changed +28
-28
lines changed Expand file tree Collapse file tree 12 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 19
19
20
20
{% if categories_list.first[0] == null %}
21
21
{% for category in categories_list %}
22
- < li > < a href ="{{ site.var.categories_path }}#{{ category }}-ref ">
22
+ < li > < a href ="{{ BASE_PATH }}{{ site.var.categories_path }}#{{ category }}-ref ">
23
23
{{ category | join: "/" }} < span > {{ site.categories[category].size }}</ span >
24
24
</ a > </ li >
25
25
{% endfor %}
26
26
{% else %}
27
27
{% for category in categories_list %}
28
- < li > < a href ="{{ site.var.categories_path }}#{{ category[0] }}-ref ">
28
+ < li > < a href ="{{ BASE_PATH }}{{ site.var.categories_path }}#{{ category[0] }}-ref ">
29
29
{{ category[0] | join: "/" }} < span > {{ category[1].size }}</ span >
30
30
</ a > </ li >
31
31
{% endfor %}
Original file line number Diff line number Diff line change 25
25
{% if group == null or group == node.group %}
26
26
27
27
{% if page.url == node.url %}
28
- < li class ="active "> < a href ="{{node.url}} " class ="active "> {{node.title}}</ a > </ li >
28
+ < li class ="active "> < a href ="{{ BASE_PATH }}{{ node.url}} " class ="active "> {{node.title}}</ a > </ li >
29
29
{% else %}
30
- < li > < a href ="{{node.url}} "> {{node.title}}</ a > </ li >
30
+ < li > < a href ="{{ BASE_PATH }}{{ node.url}} "> {{node.title}}</ a > </ li >
31
31
{% endif %}
32
32
33
33
{% endif %}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h3>{{this_month}}</h3>
29
29
< ul >
30
30
{% endif %}
31
31
32
- < li > < span > {{ post.date | date: "%B %e, %Y" }}</ span > » < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
32
+ < li > < span > {{ post.date | date: "%B %e, %Y" }}</ span > » < a href ="{{ BASE_PATH }}{{ post.url }} "> {{ post.title }}</ a > </ li >
33
33
34
34
{% if forloop.last %}
35
35
</ ul >
Original file line number Diff line number Diff line change 19
19
20
20
{% if tags_list.first[0] == null %}
21
21
{% for tag in tags_list %}
22
- < li > < a href ="{{ site.var.tags_path }}#{{ tag }}-ref "> {{ tag }} < span > {{ site.tags[tag].size }}</ span > </ a > </ li >
22
+ < li > < a href ="{{ BASE_PATH }}{{ site.var.tags_path }}#{{ tag }}-ref "> {{ tag }} < span > {{ site.tags[tag].size }}</ span > </ a > </ li >
23
23
{% endfor %}
24
24
{% else %}
25
25
{% for tag in tags_list %}
26
- < li > < a href ="{{ site.var.tags_path }}#{{ tag[0] }}-ref "> {{ tag[0] }} < span > {{ tag[1].size }}</ span > </ a > </ li >
26
+ < li > < a href ="{{ BASE_PATH }}{{ site.var.tags_path }}#{{ tag[0] }}-ref "> {{ tag[0] }} < span > {{ tag[1].size }}</ span > </ a > </ li >
27
27
{% endfor %}
28
28
{% endif %}
29
29
Original file line number Diff line number Diff line change 7
7
< title > {{ page.title }} ← {{ page.top }}</ title >
8
8
< meta name ="author " content ="{{ site.author.name }} " />
9
9
10
- < link rel ="start " href ="/ " />
10
+ < link rel ="start " href ="{{ HOME_URL }} " />
11
11
12
12
{% if page.keywords %}
13
13
< meta name ="keywords " content ="{{ page.keywords }} ">
18
18
{% endif %}
19
19
20
20
<!-- syntax highlighting CSS -->
21
- < link rel ="stylesheet " href ="{{ theme_asset_path }}/css/syntax.css " type ="text/css " />
21
+ < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/syntax.css " type ="text/css " />
22
22
23
23
<!-- Homepage CSS -->
24
- < link rel ="stylesheet " href ="{{ theme_asset_path }}/css/screen.css " type ="text/css " />
24
+ < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/screen.css " type ="text/css " />
25
25
26
26
</ head >
27
27
< body id ="{{ page.section }} ">
28
28
< div id ="site ">
29
29
30
30
< div id ="header ">
31
31
< h1 >
32
- < a href ="/ " title ="{{ site.title }} "> {{ site.title }}</ a >
33
- < span class ="byline "> ← < a href ="/ "> {{ site.author.name }}</ a > </ span >
32
+ < a href ="{{ HOME_URL }} " title ="{{ site.title }} "> {{ site.title }}</ a >
33
+ < span class ="byline "> ← < a href ="{{ HOME_URL }} "> {{ site.author.name }}</ a > </ span >
34
34
</ h1 >
35
35
< ul class ="nav ">
36
- < li > < a class ="home " href ="/ "> Home</ a > </ li >
36
+ < li > < a class ="home " href ="{{ HOME_URL }} "> Home</ a > </ li >
37
37
< li > < a href ="/archive.html "> Archive</ a > </ li >
38
38
< li > < a href ="/pages.html "> Pages</ a > </ li >
39
39
< li > < a href ="/categories.html "> Categories</ a > </ li >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1 class="emphnext">{{ page.title }}</h1>
9
9
{{ content }}
10
10
11
11
< address class ="signature ">
12
- < a class ="author " href ="/ "> {{ site.author.name }}</ a >
12
+ < a class ="author " href ="{{ HOME_URL }} "> {{ site.author.name }}</ a >
13
13
< span class ="date "> {{ page.date | date_to_long_string }}</ span >
14
14
< span class ="location "> {{ page.location }}</ span >
15
15
</ address >
Original file line number Diff line number Diff line change 8
8
< meta name ="viewport " content ="width=device-width,initial-scale=1 ">
9
9
< title > {{ page.title }}</ title >
10
10
< meta name ="author " content ="{{ site.author.name }} ">
11
- < link href ='{{ theme_asset_path }}/css/style.css ' rel ="stylesheet " media ="all ">
11
+ < link href ='{{ ASSET_PATH }}/css/style.css ' rel ="stylesheet " media ="all ">
12
12
< link href ="http://feeds.feedburner.com/{{ site.author.feedbaname }} " rel ="alternate " title ="{{ page.title }} " type ="application/atom+xml ">
13
13
< script src ="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js "> </ script >
14
14
</ head >
18
18
< header class ="the-header ">
19
19
< div class ="unit-head ">
20
20
< div class ="unit-inner unit-head-inner ">
21
- < p class ="logo "> < a href ="/ "> {{ site.title }}</ a > </ p >
21
+ < p class ="logo "> < a href ="{{ HOME_URL }} "> {{ site.title }}</ a > </ p >
22
22
< nav class ="nav-global ">
23
23
< ul >
24
24
< li class ="archive "> < a href ="/archive.html "> archive</ a > </ li >
Original file line number Diff line number Diff line change 7
7
< link href ="http://feeds.feedburner.com/username " rel ="alternate " title ="your title " type ="application/atom+xml " />
8
8
9
9
<!-- syntax highlighting CSS -->
10
- < link rel ="stylesheet " href ="{{ theme_asset_path }}/css/syntax.css " type ="text/css " />
10
+ < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/syntax.css " type ="text/css " />
11
11
12
12
<!-- Homepage CSS -->
13
- < link rel ="stylesheet " href ="{{ theme_asset_path }}/css/screen.css " type ="text/css " media ="screen, projection " />
13
+ < link rel ="stylesheet " href ="{{ ASSET_PATH }}/css/screen.css " type ="text/css " media ="screen, projection " />
14
14
15
15
<!-- Typekit -->
16
16
< script type ="text/javascript " src ="http://use.typekit.com/jpd0pfm.js "> </ script >
20
20
21
21
< div class ="site ">
22
22
< div class ="title ">
23
- < a href ="/ "> {{ site.title }}</ a >
23
+ < a href ="{{ HOME_URL }} "> {{ site.title }}</ a >
24
24
< a class ="extra " href ="/archive.html "> Archive</ a >
25
25
< a class ="extra " href ="/pages.html "> Pages</ a >
26
26
< a class ="extra " href ="/categories.html "> Categories</ a >
Original file line number Diff line number Diff line change 12
12
<![endif]-->
13
13
14
14
<!-- Le styles -->
15
- < link href ="{{ theme_asset_path }}/css/1.4.0/bootstrap.css " rel ="stylesheet ">
16
- < link href ="{{ theme_asset_path }}/css/style.css?body=1 " rel ="stylesheet " type ="text/css " media ="all ">
15
+ < link href ="{{ ASSET_PATH }}/css/1.4.0/bootstrap.css " rel ="stylesheet ">
16
+ < link href ="{{ ASSET_PATH }}/css/style.css?body=1 " rel ="stylesheet " type ="text/css " media ="all ">
17
17
18
18
<!-- Le fav and touch icons -->
19
19
<!-- Update these with your own images
29
29
< div class ="topbar ">
30
30
< div class ="fill ">
31
31
< div class ="container ">
32
- < a class ="brand " href ="/ "> {{ site.title }}</ a >
32
+ < a class ="brand " href ="{{ HOME_URL }} "> {{ site.title }}</ a >
33
33
< ul class ="nav ">
34
34
{% assign pages_list = site.pages %}
35
35
{% assign group = 'navigation' %}
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ <h1>{{ page.title }} <small>Supporting tagline</small></h1>
9
9
< div class ="pagination ">
10
10
< ul >
11
11
{% if page.previous %}
12
- < li class ="prev "> < a href ="{{ page.previous.url }} " title ="{{ page.previous.title }} "> ← Previous</ a > </ li >
12
+ < li class ="prev "> < a href ="{{ BASE_PATH }}{{ page.previous.url }} " title ="{{ page.previous.title }} "> ← Previous</ a > </ li >
13
13
{% else %}
14
14
< li class ="prev disabled "> < a > ← Previous</ a > </ li >
15
15
{% endif %}
16
- < li > < a href ="/archive.html "> Archive</ a > </ li >
16
+ < li > < a href ="{{ BASE_PATH }}{{site.var.archive_path}} "> Archive</ a > </ li >
17
17
{% if page.next %}
18
- < li class ="next "> < a href ="{{ page.next.url }} " title ="{{ page.next.title }} "> Next →</ a > </ li >
18
+ < li class ="next "> < a href ="{{ BASE_PATH }}{{ page.next.url }} " title ="{{ page.next.title }} "> Next →</ a > </ li >
19
19
{% else %}
20
20
< li class ="next disabled "> < a > Next →</ a >
21
21
{% endif %}
You can’t perform that action at this time.
0 commit comments