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");