diff --git a/src/app.d.ts b/src/app.d.ts
index 98a2aa9..f9281b5 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -23,7 +23,6 @@ declare global {
title: string;
thumbnail?: string;
date?: string;
- dateChanged?: string;
description: string;
publisher: string;
published?: boolean;
diff --git a/src/blogs/test_unpublished.md b/src/blogs/test_unpublished.md
index a70c772..c932b19 100644
--- a/src/blogs/test_unpublished.md
+++ b/src/blogs/test_unpublished.md
@@ -1,13 +1,9 @@
---
title: 'Тестовый блог'
date:
-dateChanged: '2025-09-29'
description: 'Немного о самом сайте'
-projects: ['ts-hldm']
---
# ПРИВЕТ !
-Добро пожаловать на наш первый блог-пост!
-
-
+Добро пожаловать на наш первый блог-пост!
\ No newline at end of file
diff --git a/src/lib/components/Img.svelte b/src/lib/components/Img.svelte
deleted file mode 100644
index fd7de17..0000000
--- a/src/lib/components/Img.svelte
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
{caption}
- {/if} -- {data.blogPost.date - ? new Date(data.blogPost.date).toLocaleString(undefined, { - month: 'short', - day: 'numeric', - year: 'numeric' - }) - : 'Не опубликован!'} -
-- {new Date(data.blogPost.dateChanged).toLocaleString(undefined, { - month: 'short', - day: 'numeric', - year: 'numeric' - })} -
-В данной заметке упоминаются наши проекты:
-