homepage link fix
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
{% if site.suffix %}
|
||||
<a class="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> {{site.topnav_title}}</span></a>
|
||||
{% else %}
|
||||
<a class="fa fa-home fa-lg navbar-brand" href=""> <span class="projectTitle"> {{site.topnav_title}}</span></a>
|
||||
<a class="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> {{site.topnav_title}}</span></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
|
Reference in New Issue
Block a user