From 12936c80ea90dbcd3cef4b84026e08e1734c7d51 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 12:06:57 +0200 Subject: [PATCH] Navigation: Remove Blog entry --- src/templates/_macros/_navigation.pug | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/templates/_macros/_navigation.pug b/src/templates/_macros/_navigation.pug index 143f28b..ff598da 100644 --- a/src/templates/_macros/_navigation.pug +++ b/src/templates/_macros/_navigation.pug @@ -2,11 +2,6 @@ include ../../../../pillar/src/templates/mixins/components | {% macro navigation_homepage(title) %} +nav-secondary() - +nav-secondary-link( - href="{{ url_for('main.main_blog') }}", - class="{% if title == 'blog' %}active{% endif %}") - span Blog - +nav-secondary-link( href="{{ url_for('cloud.open_projects') }}", class="{% if title == 'open-projects' %}active{% endif %}")