summaryrefslogtreecommitdiff
path: root/_includes/banner.liquid
blob: ccaea99b662acd2023f411e6d98b6231cc91142a (plain)
1
2
3
4
5
6
7
8
9
<section class="hero is-small  third-color">
    <div class="hero-body banner">
	{% if site.lang != "es" %}
	<a class="title banner" href="/{{ site.lang }}">{{ site.title }}</a>
	{% else %}
	<a class="title banner" href="/">{{ site.title }}</a>
	{% endif %}
  </div>
</section>