From b490b136091c82c394fdb501a790f82a41454018 Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Fri, 18 Apr 2025 21:21:24 +0200 Subject: [PATCH] add description --- src/views/layout.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/layout.pug b/src/views/layout.pug index 986e006..54d8868 100644 --- a/src/views/layout.pug +++ b/src/views/layout.pug @@ -3,6 +3,8 @@ html(lang="en") head meta(charset="UTF-8") meta(name="viewport", content="width=device-width, initial-scale=1.0") + meta(name="description", content="IRC*Sekor - Your modern IRC community where classic chat meets contemporary technology.") + meta(name="keywords", content="IRC, Sekor, chat, community, modern IRC") title #{title} | IRC*Sekor link(rel="stylesheet", href="styles.css") body