Skip to content

Commit

Permalink
✨ replace blog with investigations in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed May 13, 2024
1 parent 4a5aae0 commit cca4bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fragdenstaat_de/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
<a href="{{ campaigns_url }}"
{% if request.path|startswith:campaigns_url %}class="active" aria-current="page"{% endif %}>{% blocktrans %}Campaigns{% endblocktrans %}</a>
</li>
{% page_url "blog" as blog_url %}
{% page_url "investigations" as investigations_url %}
<li>
<a href="{{ blog_url|default:'/blog/' }}"
{% if request.path|startswith:blog_url %}class="active" aria-current="page"{% endif %}>{% blocktrans %}Investigations{% endblocktrans %}</a>
<a href="{{ investigations_url|default:'/recherchen/' }}"
{% if request.path|startswith:investigations_url %}class="active" aria-current="page"{% endif %}>{% blocktrans %}Investigations{% endblocktrans %}</a>
</li>
{% page_url "lawsuits" as lawsuits_url %}
{% if lawsuits_url %}
Expand Down

0 comments on commit cca4bd8

Please sign in to comment.