From d3b17ab66cb14d895adf947efc94db885ac1784d Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Wed, 21 Jun 2023 22:34:05 +0400 Subject: [PATCH] Shorter blog page description --- src/pages/blog/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index ef4ad1e..5ed455c 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -2,13 +2,13 @@ import BlogLayout from "../../layouts/BlogLayout.astro"; const description = - "DarkCat09's blog about IT. " + - "Reading a QR code without smartphone, " + + "DarkCat09's blog. " + + "Reading a QR code without a phone, " + "breaking a password on Windows, " + "coding your own browser... " + "The simpliest things!"; --- - // + // soon