diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/banner.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/banner.html b/_includes/banner.html index 33beb38..ccaea99 100644 --- a/_includes/banner.html +++ b/_includes/banner.html @@ -1,9 +1,9 @@ <section class="hero is-small third-color"> <div class="hero-body banner"> {% if site.lang != "es" %} - <a class="title banner" href="{{ site.baseurl_root }}/{{ site.lang }}">{{ site.title }}</a> + <a class="title banner" href="/{{ site.lang }}">{{ site.title }}</a> {% else %} - <a class="title banner" href="{{ site.baseurl_root }}">{{ site.title }}</a> + <a class="title banner" href="/">{{ site.title }}</a> {% endif %} </div> </section> |