File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
-->
5
5
{% if site.safe and site.JB.BASE_PATH %}
6
6
{% assign BASE_PATH = site.JB.BASE_PATH %}
7
- {% assign HOME_URL = site.JB.BASE_PATH %}
7
+ {% assign HOME_PATH = site.JB.BASE_PATH %}
8
8
{% else %}
9
9
{% assign BASE_PATH = nil %}
10
- {% assign HOME_URL = "/" %}
10
+ {% assign HOME_PATH = "/" %}
11
11
{% endif %}
12
12
13
13
{% if site.JB.ASSET_PATH %}
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 ="{{ HOME_URL }} " />
10
+ < link rel ="start " href ="{{ HOME_PATH }} " />
11
11
12
12
{% if page.keywords %}
13
13
< meta name ="keywords " content ="{{ page.keywords }} ">
29
29
30
30
< div id ="header ">
31
31
< h1 >
32
- < a href ="{{ HOME_URL }} " title ="{{ site.title }} "> {{ site.title }}</ a >
33
- < span class ="byline "> ← < a href ="{{ HOME_URL }} "> {{ site.author.name }}</ a > </ span >
32
+ < a href ="{{ HOME_PATH }} " title ="{{ site.title }} "> {{ site.title }}</ a >
33
+ < span class ="byline "> ← < a href ="{{ HOME_PATH }} "> {{ site.author.name }}</ a > </ span >
34
34
</ h1 >
35
35
< ul class ="nav ">
36
- < li > < a class ="home " href ="{{ HOME_URL }} "> Home</ a > </ li >
36
+ < li > < a class ="home " href ="{{ HOME_PATH }} "> 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 ="{{ HOME_URL }} "> {{ site.author.name }}</ a >
12
+ < a class ="author " href ="{{ HOME_PATH }} "> {{ 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 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 ="{{ HOME_URL }} "> {{ site.title }}</ a > </ p >
21
+ < p class ="logo "> < a href ="{{ HOME_PATH }} "> {{ 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 20
20
21
21
< div class ="site ">
22
22
< div class ="title ">
23
- < a href ="{{ HOME_URL }} "> {{ site.title }}</ a >
23
+ < a href ="{{ HOME_PATH }} "> {{ 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 29
29
< div class ="topbar ">
30
30
< div class ="fill ">
31
31
< div class ="container ">
32
- < a class ="brand " href ="{{ HOME_URL }} "> {{ site.title }}</ a >
32
+ < a class ="brand " href ="{{ HOME_PATH }} "> {{ site.title }}</ a >
33
33
< ul class ="nav ">
34
34
{% assign pages_list = site.pages %}
35
35
{% assign group = 'navigation' %}
You can’t perform that action at this time.
0 commit comments