Shorter blog page description
This commit is contained in:
parent
aa43c93b7b
commit
d3b17ab66c
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue