summaryrefslogtreecommitdiff
path: root/_includes/banner.liquid
blob: 64a534665b5f61413b932c5e108b58dc163dfa77 (plain)
1
2
3
4
5
6
7
8
9
<section class="hero is-small  third-color">
    <div class="hero-body has-background-primary">
	{% 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>