From 7dddd1b1d5bed1be4fdcd65a5261d50ed09d82f7 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 23 Aug 2019 14:01:58 +0200 Subject: [PATCH] Update footer --- templates/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/footer.html b/templates/footer.html index e42f109..5849145 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -35,8 +35,10 @@ {% set link = site.get(item.path) %} {% if link %} + {% elif item.label == "Documentation" or item.label == "Blog"} + {% else %} - + {% endif %} {{ _(item.label) }} {% if this.is_child_of(item.path) %}