From c4cad08700b4ac7ff48b1a81c559c6e5147bcca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 17:46:52 +0100 Subject: [PATCH] style: use brand-primary for 404 heading and streamline button label --- error-404.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error-404.hbs b/error-404.hbs index aacc19a..a864f89 100644 --- a/error-404.hbs +++ b/error-404.hbs @@ -8,13 +8,13 @@

- Return Home + ← Back to Home {{#get "posts" limit="3" include="tags,authors"}} {{#if posts}}
-

Perhaps read something else?

+

Perhaps read something else?

{{#foreach posts}} {{> "post-card"}}