From 7f485663d5897717fae31cefc52d8f291bd8cd57 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 12 Dec 2024 22:57:36 -0800 Subject: [PATCH] Get rid of reading time --- templates/macros/post.html | 4 ++-- templates/macros/section.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/macros/post.html b/templates/macros/post.html index 57116ed94..9df996edc 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -14,9 +14,9 @@
{{ post.description | default(value="") | markdown(inlin }} {%- endif -%} -
+
{%- if post.taxonomies.tags -%} {%- for tag in post.taxonomies.tags -%} diff --git a/templates/macros/section.html b/templates/macros/section.html index d1d29759b..daa8a4aa3 100644 --- a/templates/macros/section.html +++ b/templates/macros/section.html @@ -16,9 +16,9 @@

{{ section.title }} date(format="%Y-%m-%d") }}

{%- endif -%} -
+
{%- if section.taxonomies.tags -%} {%- for tag in section.taxonomies.tags -%}