Navigation: Remove Blog entry
This commit is contained in:
@@ -2,11 +2,6 @@ include ../../../../pillar/src/templates/mixins/components
|
|||||||
|
|
||||||
| {% macro navigation_homepage(title) %}
|
| {% macro navigation_homepage(title) %}
|
||||||
+nav-secondary()
|
+nav-secondary()
|
||||||
+nav-secondary-link(
|
|
||||||
href="{{ url_for('main.main_blog') }}",
|
|
||||||
class="{% if title == 'blog' %}active{% endif %}")
|
|
||||||
span Blog
|
|
||||||
|
|
||||||
+nav-secondary-link(
|
+nav-secondary-link(
|
||||||
href="{{ url_for('cloud.open_projects') }}",
|
href="{{ url_for('cloud.open_projects') }}",
|
||||||
class="{% if title == 'open-projects' %}active{% endif %}")
|
class="{% if title == 'open-projects' %}active{% endif %}")
|
||||||
|
Reference in New Issue
Block a user