summaryrefslogtreecommitdiff
path: root/_includes/banner.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/banner.html')
-rw-r--r--_includes/banner.html4
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>