From f77e36d9f0eb4405db46a7972738773802a8d646 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 15:45:37 +0200 Subject: feat: refactor homepage buttons to use btn component classes - Update index.html to use .btn .btn-primary .btn-lg and .btn .btn-outline .btn-lg - Update CLAUDE.md documentation - Update settings.local.json with additional permissions Co-Authored-By: Claude Haiku 4.5 --- themes/danix-xyz-hacker/layouts/index.html | 8 ++++---- themes/danix-xyz-hacker/layouts/partials/article-header.html | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html index d1efc53..7247c3f 100644 --- a/themes/danix-xyz-hacker/layouts/index.html +++ b/themes/danix-xyz-hacker/layouts/index.html @@ -33,18 +33,18 @@ {{ $contactUrl = "/it/is/here/" }} {{ end }} - + {{ i18n "articles" }} - + {{ i18n "contact" }} diff --git a/themes/danix-xyz-hacker/layouts/partials/article-header.html b/themes/danix-xyz-hacker/layouts/partials/article-header.html index a52f643..16ebb8c 100644 --- a/themes/danix-xyz-hacker/layouts/partials/article-header.html +++ b/themes/danix-xyz-hacker/layouts/partials/article-header.html @@ -62,10 +62,7 @@ {{ if $typeData }} - + {{ i18n $articleType }} {{ end }} -- cgit v1.2.3