From b9291ffb85090a924bc892d7a64b1a56f170ee28 Mon Sep 17 00:00:00 2001 From: Snorre Ettrup Altschul Date: Thu, 6 Feb 2025 01:19:39 +0100 Subject: [PATCH] something something post index --- public/posts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/posts/index.html b/public/posts/index.html index 1c48b26..e509212 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -98,7 +98,7 @@ let content = await response.text(); if (response.status != 200) { - content = `Error Exception Null\n#Unknown post '${post}'` + content = `\nError Exception Null\n#Unknown post '${post}'` } let lines = content.split("\n");