Skip to content
Snippets Groups Projects
Commit 7e745ca9 authored by magicfelix's avatar magicfelix
Browse files

Exclude blog posts from menu

parent 9b32b9cf
No related branches found
No related tags found
No related merge requests found
Pipeline #192946 passed
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
......@@ -10,6 +10,7 @@
<h1 class="title is-6 is-mega-menu-title">{{ zielgruppe.name }}</h1>
{% for page in zielgruppe.pages %}
{% if page.date %}{% continue %}{% endif %}
<a class="navbar-item" href="{{ page.permalink }}">
<div class="navbar-content">{{ page.title }}</div>
</a>
......
......@@ -11,7 +11,7 @@
<p class="is-4">{{ project_section.description }}</p>
</a></h1>
{% for page in project_taxonomy.pages %}
{% for page in project_section.pages %}
<a class="navbar-item" href="{{ page.permalink }}">
<div class="navbar-content">{{ page.title }}</div>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment