aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
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>