From 93f7a8894f62228d982d8bac0c40fbff4f45b951 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 3 Jun 2024 13:45:59 -0700 Subject: [PATCH] fix: one of those notorious one character solves --- src/pages/main/posts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main/posts/post.html b/src/pages/main/posts/post.html index c3572fbe..7b7c5feb 100644 --- a/src/pages/main/posts/post.html +++ b/src/pages/main/posts/post.html @@ -7,7 +7,7 @@ pagination: permalink: "{{ post.slug }}/index.html" schema: blog --- -{%- capture postUrl %}{{ meta.url }}{{ post.slug }}{% endcapture -%} +{%- capture postUrl %}{{ meta.url }}{{ post.slug }}/{% endcapture -%}
{% tablericon "calendar-month" "Date" %}