updated header, added makefile, updated tflabs

This commit is contained in:
Mik-TF
2024-03-01 00:02:30 -05:00
parent 7bdbb1917c
commit 1e5f708a98
653 changed files with 40 additions and 22 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="newsroom/_index.md") %}
{%- set section = get_section(path="news/_index.md") %}
{% for page in section.pages %}
{% if page.extra.isFeatured %}
{%- set_global featured = page %}