by
+{postAuthor}
+{postDate}
+ + +
+
+ {clickText}
+
+ diff --git a/src/routes/Post.svelte b/src/routes/Post.svelte
index 03cc295..b68ea6d 100644
--- a/src/routes/Post.svelte
+++ b/src/routes/Post.svelte
@@ -50,6 +50,10 @@
if (await !post) {
loading = false;
error404 = true;
+ const markdowncontentElement = document.getElementById('markdowncontent');
+ if (markdowncontentElement) {
+ markdowncontentElement.style.display = "none";
+ }
}
if (params.month?.toString().length === 1) {
@@ -137,22 +141,23 @@ function copyLink() {
{:else}
{#if error404}
by
+{postDate}
+ + +by
-{postDate}
- - -