+
+
{{ page.title }}
-
+
{{ page.description }}
@@ -48,7 +48,7 @@
sm:w-10
rounded-full
bg-gray-200
- border-2 border-white
+ border border-gray-600
" />
{% endif %}
@@ -57,9 +57,9 @@
{% if author %}
- {{ author.title }}
+ {{ author.title }}
{% endif %}
-
+
{{ tag }}
diff --git a/templates/newsPage.html b/templates/newsPage.html
index e777f7d32..055b58221 100644
--- a/templates/newsPage.html
+++ b/templates/newsPage.html
@@ -37,11 +37,11 @@
-
-
+
+
{{ page.title }}
-
+
{{ page.description }}
@@ -66,7 +66,7 @@
sm:w-10
rounded-full
bg-gray-200
- border-2 border-white
+ border border-gray-600
" />
@@ -87,13 +87,13 @@
{% 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 }}
+ {{ author.title }}
{% endif %}
{% endfor %}
{% endif %}
-
+
@@ -118,7 +118,7 @@
mx-auto
relative
font-serif
- text-gray-700
+ text-gray-300
">
{{ content | safe }}
@@ -127,17 +127,17 @@
{% for tag in page.taxonomies.tags %}
{% set fullpath = "/tags/" ~ tag | replace(from='_', to='-' ) %}
{{ tag }}
{% endfor %}
diff --git a/templates/partials/blogSidebar.html b/templates/partials/blogSidebar.html
index 7d0cde20a..c7dabd188 100644
--- a/templates/partials/blogSidebar.html
+++ b/templates/partials/blogSidebar.html
@@ -1,25 +1,25 @@
- FILTER POSTS BY
- All
+ FILTER POSTS BY
+ All
{% set taxonomy = get_taxonomy(kind="categories") %}
{% set categories = taxonomy.items %}
{% for category in categories %}
{% set path = category.name | slugify %}
{% set fullpath = "/categories/" ~ path %}
- {{category.name}}
+ {{category.name}}
{% endfor %}
{% set section = get_section(path="blog/_index.md")%}
- FEATURED POSTS
+ FEATURED POSTS
{% for page in section.pages %}
{% if page.extra.isFeatured %}
- {{ page.title }}
+ {{ page.title }}
{% endif %}
{% endfor %}
diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html
index 4b662c659..5875b4c84 100644
--- a/templates/partials/featuredBlog.html
+++ b/templates/partials/featuredBlog.html
@@ -11,30 +11,30 @@
- FEATURED POST
+ FEATURED POST
+ class="text-2xl main-title md:text-4xl fw-500 text-gray-50 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' %}
{% 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 %}
@@ -42,11 +42,11 @@
-
+
-
+
diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html
index 20a90fd6c..50e03c627 100644
--- a/templates/partials/featuredNews.html
+++ b/templates/partials/featuredNews.html
@@ -2,24 +2,24 @@
- FEATURED NEWS
+ FEATURED NEWS
+ class="text-2xl main-title md:text-4xl fw-500 text-gray-50 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' %}
{% 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)) %}
-
+
{{ page.title }}
-+
{{ page.description }}
+
+
{{ page.description }}
+
@@ -118,7 +118,7 @@
mx-auto
relative
font-serif
- text-gray-700
+ text-gray-300
">
+
{{ featured.description }}
+
{{ featured.description }}
{{ tag }}
diff --git a/templates/newsPage.html b/templates/newsPage.html
index e777f7d32..055b58221 100644
--- a/templates/newsPage.html
+++ b/templates/newsPage.html
@@ -37,11 +37,11 @@
+
{{ page.title }}
- FILTER POSTS BY
- All
+ FILTER POSTS BY
+ All
{% set taxonomy = get_taxonomy(kind="categories") %}
{% set categories = taxonomy.items %}
{% for category in categories %}
{% set path = category.name | slugify %}
{% set fullpath = "/categories/" ~ path %}
- {{category.name}}
+ {{category.name}}
{% endfor %}
FEATURED POSTS
+ FEATURED POSTS
{% for page in section.pages %}
{% if page.extra.isFeatured %}
- {{ page.title }}
+ {{ page.title }}
{% endif %}
{% endfor %}
diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html
index 4b662c659..5875b4c84 100644
--- a/templates/partials/featuredBlog.html
+++ b/templates/partials/featuredBlog.html
@@ -11,30 +11,30 @@
FEATURED POST
+ FEATURED POST
+ class="text-2xl main-title md:text-4xl fw-500 text-gray-50 leading-snug font-medium">
{{ featured.title }}
-
+
{{ 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)) %}
-
@@ -42,11 +42,11 @@
{{ author.title }}
{% endfor %}
+
+
FEATURED NEWS
+ FEATURED NEWS
+ class="text-2xl main-title md:text-4xl fw-500 text-gray-50 font-medium">
{{ featured.title }}
-
+
{{ 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)) %}
-
+