Shorter blog page description

This commit is contained in:
DarkCat09 2023-06-21 22:34:05 +04:00
parent aa43c93b7b
commit d3b17ab66c

View file

@ -2,13 +2,13 @@
import BlogLayout from "../../layouts/BlogLayout.astro"; import BlogLayout from "../../layouts/BlogLayout.astro";
const description = const description =
"DarkCat09's blog about IT. " + "DarkCat09's blog. " +
"Reading a QR code without smartphone, " + "Reading a QR code without a phone, " +
"breaking a password on Windows, " + "breaking a password on Windows, " +
"coding your own browser... " + "coding your own browser... " +
"The simpliest things!"; "The simpliest things!";
--- ---
<BlogLayout title="Homepage" description={description}> <BlogLayout title="Homepage" description={description}>
// // soon
</BlogLayout> </BlogLayout>