Skip to content

Commit

Permalink
Fix logo link to homepage (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbcox authored Aug 18, 2020
1 parent 5dc7704 commit 32fa573
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/site-logo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div class="navbar-header">
{% assign langPrefix = "" %}
{% if site.lang != "en" %}
{% capture langPrefix %}/{{ site.lang }}{% endcapture %}
{% endif %}
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">
<a class="navbar-brand" href="{{ langPrefix }}/index.html">
<img src="/img/bitcoin-cash-logo-white-small.png" alt="Bitcoin Cash" class="lightit">
<img src="/media-kit/6-bitcoin-cash-logo-horizontal-small.png" alt="Bitcoin Cash" class="darkit">
</a>
Expand Down

0 comments on commit 32fa573

Please sign in to comment.