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, 0 insertions, 9 deletions
diff --git a/_includes/banner.html b/_includes/banner.html
deleted file mode 100644
index ccaea99..0000000
--- a/_includes/banner.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<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>