From 76eff09c3fa91b426038fd77dd97215e08e6c806 Mon Sep 17 00:00:00 2001 From: Ungol Date: Tue, 23 Dec 2025 23:13:25 +0100 Subject: [PATCH] fix: remove placeholder articles --- content/articles/first.md | 6 ------ content/articles/second.md | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 content/articles/first.md delete mode 100644 content/articles/second.md diff --git a/content/articles/first.md b/content/articles/first.md deleted file mode 100644 index bc9c6ff..0000000 --- a/content/articles/first.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "My first post" -date = 2019-11-27 -+++ - -This is my first blog post. \ No newline at end of file diff --git a/content/articles/second.md b/content/articles/second.md deleted file mode 100644 index ef92b45..0000000 --- a/content/articles/second.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "My second post" -date = 2019-11-28 -+++ - -This is my second blog post. \ No newline at end of file