summaryrefslogtreecommitdiff
path: root/_includes/banner.html
blob: 33beb38a914ebe7dd173f49d8dab2d9539d2db98 (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.baseurl_root }}/{{ site.lang }}">{{ site.title }}</a>
	{% else %}
	<a class="title banner" href="{{ site.baseurl_root }}">{{ site.title }}</a>
	{% endif %}
  </div>
</section>