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

@@ -11,7 +11,7 @@ and a side nav for category and featured post navigation
<main>
<!--sets global featured variable as the most recent post with the isFeatured tag-->
{%- set section = get_section(path="news/_index.md") %}
{%- set section = get_section(path="newsroom/_index.md") %}
{% for page in section.pages %}
{% if page.extra.isFeatured %}
{%- set_global featured = page %}