+
{{ page.title }}
-
+
- +
{{ page.description }}
-
-
-
-
+
-
{% if author %}
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') |
diff --git a/templates/categories/single.html b/templates/categories/single.html
index c57944732..d35a1329f 100644
--- a/templates/categories/single.html
+++ b/templates/categories/single.html
@@ -2,9 +2,9 @@
{% block content %}
-
+ - +{% include "partials/blogPosts.html" %} {% include "partials/blogSidebar.html" %}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 ++- ++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 @@ -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 %}-{%endif%} --diff --git a/templates/partials/postCard.html b/templates/partials/postCard.html index b70123c83..ea770c8f3 100644 --- a/templates/partials/postCard.html +++ b/templates/partials/postCard.html @@ -19,9 +19,9 @@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")}} -
--+
+
+
+diff --git a/templates/shortcodes/grid_stats_expand.html b/templates/shortcodes/grid_stats_expand.html index 127c2b1d3..54ec35776 100644 --- a/templates/shortcodes/grid_stats_expand.html +++ b/templates/shortcodes/grid_stats_expand.html @@ -58,7 +58,7 @@-+
{{ post.title }}
{% if post.description %} diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html index ca8c25824..50181883b 100644 --- a/templates/shortcodes/grid_stats.html +++ b/templates/shortcodes/grid_stats.html @@ -50,7 +50,7 @@