Skip to content

Commit

Permalink
Merge pull request sujaykundu777#69 from Danysan1/fix_header
Browse files Browse the repository at this point in the history
Fix navbar-brand with baseurl
  • Loading branch information
sujaykundu777 authored Sep 23, 2020
2 parents a6c04a4 + f1d64d4 commit f856240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<span class="icono-hamburger" id="navbar-hamburger"> </span>
</button>
<a class="navbar-brand" href="/">{{site.title}}</a>
<a class="navbar-brand" href="{{site.url}}{{site.baseurl}}">{{site.title}}</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
{% for i in site.urls %}
Expand Down

0 comments on commit f856240

Please sign in to comment.