From bdf76663e66bd761a5383ad640538b4b0acd15f0 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 1 Jun 2025 21:55:37 +0200 Subject: [PATCH] feat: remove unused css class --- index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pug b/index.pug index 687d30e..56f7645 100644 --- a/index.pug +++ b/index.pug @@ -9,7 +9,7 @@ html(lang=lang, dir=dir) meta(name="description", content=t.meta.description) link(rel="stylesheet", href="src/main.css") - body.search_plugin_added + body //- Hero Section .hero h1= t.hero.title