Skip to content

Commit

Permalink
header: make logo point to home (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Sep 14, 2023
1 parent 43b2959 commit a343b6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<header>
<div class="container">
<nav class="row" role='navigation'>
<a class="logo col" href="{{ site.baseurl }}" aria-label="Firo Cryptocurrency"><img src="/img/firo-logo.svg" alt="Firo Cryptocurrency logo"></a>
<a class="logo col" href="{% if site.lang == 'en' %}
{{ site.baseurl_root }}/
{% else %}
{{ site.baseurl_root }}/{{site.lang}}
{% endif %}"
aria-label="Firo Cryptocurrency"><img src="/img/firo-logo.svg" alt="Firo Cryptocurrency logo"></a>
<ul class="main-menu col">
<li class="nav-item"><a href="#">{% t navigation.getfiro %}</a>
<ul class="dropdown" aria-label="submenu">
Expand Down

0 comments on commit a343b6f

Please sign in to comment.