File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
< ul class ="nav flex-column ">
32
32
<!-- home -->
33
33
< li class ="nav-item d-flex justify-content-center {% if page.layout == 'home' %}active{% endif %} ">
34
- < a href ="/ " class ="nav-link d-flex justify-content-center align-items-center w-100 ">
34
+ < a href ="{{ '/' | relative_url }} " class ="nav-link d-flex justify-content-center align-items-center w-100 ">
35
35
< i class ="fa-fw fas fa-home ml-xl-3 mr-xl-3 unloaded "> </ i >
36
36
< span > {{ "HOME" }}</ span >
37
37
</ a >
38
38
</ li >
39
39
<!-- the real tabs -->
40
40
{% for tab in site.tabs %}
41
41
< li class ="nav-item d-flex justify-content-center {% if tab.url == page.url %}active{% endif %} ">
42
- < a href ="{{ tab.url }} " class ="nav-link d-flex justify-content-center align-items-center w-100 ">
42
+ < a href ="{{ tab.url | relative_url }} " class ="nav-link d-flex justify-content-center align-items-center w-100 ">
43
43
< i class ="fa-fw {{ tab.icon }} ml-xl-3 mr-xl-3 unloaded "> </ i >
44
44
< span > {{ tab.title | upcase }}</ span >
45
45
</ a >
You can’t perform that action at this time.
0 commit comments