From de0dc64d61b90bfb2a1ca325bc98e3c18c181143 Mon Sep 17 00:00:00 2001 From: madrilene Date: Tue, 30 Jan 2024 18:36:38 +0100 Subject: [PATCH] a fix --- src/posts/posts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/posts.json b/src/posts/posts.json index 51d3d74..f7b6ca8 100644 --- a/src/posts/posts.json +++ b/src/posts/posts.json @@ -1,5 +1,5 @@ { "layout": "post", "tags": "posts", - "permalink": "//blog/{{ title | slugify }}/index.html" + "permalink": "/blog/{{ title | slugify }}/index.html" }