FEATURED POST
- +{{ featured.title }} @@ -23,6 +23,20 @@
{{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}} -
+ {% for author in featured.taxonomies.people %}
+ {% set author_path = 'people/' ~ author ~ '/index.md' %}
+ {% set author = get_page(path=author_path) %}
+ {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
+
{{ author.title }}
+ {% endfor %}
+
diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html index 3388c2e13..2a6a0965e 100644 --- a/templates/partials/featuredNews.html +++ b/templates/partials/featuredNews.html @@ -1,16 +1,19 @@ -
FEATURED NEWS
- +FEATURED NEWS
++ class="text-2xl main-title md:text-4xl fw-500 leading-snug font-medium"> {{ featured.title }}
++ {{ featured.description }} +
-
+
{{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}} -
{% for author in featured.taxonomies.people %}
{% set author_path = 'people/' ~ author ~ '/index.md' %}
@@ -30,13 +33,13 @@
+