aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-09-25 19:13:16 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-09-25 19:13:16 +0200
commit259e8ab7a3a7e607263ca07e53787d85881bab8a (patch)
treea726ede11d679fe93515cca062692bfc29e7d87f /_includes/header.html
parentf5329b13315fcc501cd6c8630e0158eae4a88f16 (diff)
downloadjo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.tar.gz
jo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.zip
Re-bumped much of the application
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
index b7296b6..ca0eeca 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,3 +1,7 @@
+{% if site.tags != "" %}
+ {% include tags.html %}
+{% endif %}
+
<header class="site-header" role="banner">
<div class="wrapper">
<div class="left-header header-component">
@@ -18,7 +22,9 @@
{% endif %}
{% endif %}
+ <a title="{% t titles.writings %}" href="{% tl writings %}">{% t titles.writings %}</a>
<a title="{% t titles.blog %}" href="{% tl blog %}">{% t titles.blog %}</a>
+ <a title="{% t titles.about %}" href="{% tl about %}">{% t titles.about %}</a>
</nav>
</div>
</header>