diff --git a/templates/partials/blogPosts.html b/templates/partials/blogPosts.html index 1283a3b8a..a109cebfd 100644 --- a/templates/partials/blogPosts.html +++ b/templates/partials/blogPosts.html @@ -1,8 +1,8 @@ {% block content %} -
-

+

{% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} @@ -11,9 +11,9 @@ {% if taxonomy == "categories" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %} -

+
-
+
{%- for post in paginator.pages %} {% if not post.extra.hidden %} {% include "partials/postCard.html" %} diff --git a/templates/partials/blogSidebar.html b/templates/partials/blogSidebar.html index 7c910c74c..acde50600 100644 --- a/templates/partials/blogSidebar.html +++ b/templates/partials/blogSidebar.html @@ -1,14 +1,14 @@ -
-
-

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 %}
diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html index 26731efc7..44a5731e6 100644 --- a/templates/partials/featuredBlog.html +++ b/templates/partials/featuredBlog.html @@ -9,27 +9,30 @@ -
-
-

FEATURED POST

+
+
+

FEATURED POST

+ 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")}} -

-
- +
+
-
+