File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44 -->
55 {% if site.safe and site.JB.BASE_PATH %}
66 {% assign BASE_PATH = site.JB.BASE_PATH %}
7- {% assign HOME_URL = site.JB.BASE_PATH %}
7+ {% assign HOME_PATH = site.JB.BASE_PATH %}
88 {% else %}
99 {% assign BASE_PATH = nil %}
10- {% assign HOME_URL = "/" %}
10+ {% assign HOME_PATH = "/" %}
1111 {% endif %}
1212
1313 {% if site.JB.ASSET_PATH %}
Original file line number Diff line number Diff line change 77 < title > {{ page.title }} ← {{ page.top }}</ title >
88 < meta name ="author " content ="{{ site.author.name }} " />
99
10- < link rel ="start " href ="{{ HOME_URL }} " />
10+ < link rel ="start " href ="{{ HOME_PATH }} " />
1111
1212 {% if page.keywords %}
1313 < meta name ="keywords " content ="{{ page.keywords }} ">
2929
3030 < div id ="header ">
3131 < 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 >
3434 </ h1 >
3535 < 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 >
3737 < li > < a href ="/archive.html "> Archive</ a > </ li >
3838 < li > < a href ="/pages.html "> Pages</ a > </ li >
3939 < 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>
99 {{ content }}
1010
1111 < 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 >
1313 < span class ="date "> {{ page.date | date_to_long_string }}</ span >
1414 < span class ="location "> {{ page.location }}</ span >
1515 </ address >
Original file line number Diff line number Diff line change 1818 < header class ="the-header ">
1919 < div class ="unit-head ">
2020 < 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 >
2222 < nav class ="nav-global ">
2323 < ul >
2424 < li class ="archive "> < a href ="/archive.html "> archive</ a > </ li >
Original file line number Diff line number Diff line change 2020
2121 < div class ="site ">
2222 < div class ="title ">
23- < a href ="{{ HOME_URL }} "> {{ site.title }}</ a >
23+ < a href ="{{ HOME_PATH }} "> {{ site.title }}</ a >
2424 < a class ="extra " href ="/archive.html "> Archive</ a >
2525 < a class ="extra " href ="/pages.html "> Pages</ a >
2626 < a class ="extra " href ="/categories.html "> Categories</ a >
Original file line number Diff line number Diff line change 2929 < div class ="topbar ">
3030 < div class ="fill ">
3131 < div class ="container ">
32- < a class ="brand " href ="{{ HOME_URL }} "> {{ site.title }}</ a >
32+ < a class ="brand " href ="{{ HOME_PATH }} "> {{ site.title }}</ a >
3333 < ul class ="nav ">
3434 {% assign pages_list = site.pages %}
3535 {% assign group = 'navigation' %}
You can’t perform that action at this time.
0 commit comments