summaryrefslogtreecommitdiff
path: root/_includes/banner.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/banner.html')
-rw-r--r--_includes/banner.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/banner.html b/_includes/banner.html
new file mode 100644
index 0000000..33beb38
--- /dev/null
+++ b/_includes/banner.html
@@ -0,0 +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>
+ {% else %}
+ <a class="title banner" href="{{ site.baseurl_root }}">{{ site.title }}</a>
+ {% endif %}
+ </div>
+</section>