update newsroom

This commit is contained in:
2024-03-04 10:32:19 +02:00
parent b5cbbadd46
commit 0b27fe1b81
766 changed files with 1944 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
<div class="mx-8 md:mx-4 flex flex-col">
<div class="flex flex-col mb-12 mr-8 lg:mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> FILTER NEWS BY</h4>
<a id="all" class="mb-3 text-black font-normal" href="/news">All</a>
<a id="all" class="mb-3 text-black font-normal" href="/newsroom">All</a>
{% set taxonomy = get_taxonomy(kind="news-category") %}
{% set categories = taxonomy.items %}
{% for category in categories %}
@@ -12,7 +12,7 @@
{% endfor %}
</div>
{% set section = get_section(path="news/_index.md")%}
{% set section = get_section(path="newsroom/_index.md")%}
<div class="lg:pt-6 flex flex-col mb-12 w-64 mr-8 lg:mr-24">
<h4 class="text-base not-italic font-medium leading-6 text-gray-600 mb-6"> FEATURED NEWS</h4>