commit 5d11c8c45652ec7ed0c731d39716eb6a963a3d82
parent aac558f8a7a7670e1965637a5f8a64b011039259
Author: Samdal <samdal@protonmail.com>
Date: Thu, 20 Feb 2025 19:27:54 +0100
remove extra hello worlds
Diffstat:
5 files changed, 3 insertions(+), 69 deletions(-)
diff --git a/_posts/2025-02-20-hello-world (copy 1).md b/_posts/2025-02-20-hello-world (copy 1).md
@@ -1,17 +0,0 @@
----
-layout: post
-title: Hello World
-description: Hello World
-#summary: What is the difference between various font formats?
-comments: true
-tags: [writing]
----
-Hello world
-
-```
-#include <stdio.h>
-
-int main() {
- puts("Hello World");
-}
-```
diff --git a/_posts/2025-02-20-hello-world (copy 2).md b/_posts/2025-02-20-hello-world (copy 2).md
@@ -1,17 +0,0 @@
----
-layout: post
-title: Hello World
-description: Hello World
-#summary: What is the difference between various font formats?
-comments: true
-tags: [writing]
----
-Hello world
-
-```
-#include <stdio.h>
-
-int main() {
- puts("Hello World");
-}
-```
diff --git a/_posts/2025-02-20-hello-world (copy 3).md b/_posts/2025-02-20-hello-world (copy 3).md
@@ -1,17 +0,0 @@
----
-layout: post
-title: Hello World
-description: Hello World
-#summary: What is the difference between various font formats?
-comments: true
-tags: [writing]
----
-Hello world
-
-```
-#include <stdio.h>
-
-int main() {
- puts("Hello World");
-}
-```
diff --git a/_posts/2025-02-20-hello-world (copy 4).md b/_posts/2025-02-20-hello-world (copy 4).md
@@ -1,17 +0,0 @@
----
-layout: post
-title: Hello World
-description: Hello World
-#summary: What is the difference between various font formats?
-comments: true
-tags: [writing]
----
-Hello world
-
-```
-#include <stdio.h>
-
-int main() {
- puts("Hello World");
-}
-```
diff --git a/_posts/2025-02-20-hello-world.md b/_posts/2025-02-20-hello-world.md
@@ -6,7 +6,9 @@ description: Hello World
comments: true
tags: [writing]
---
-Hello world
+Hello world! This day marks the creation of this website.
+
+(posts earlier than this one were made before the website was created)
```
#include <stdio.h>