style: use brand-primary for 404 heading and streamline button label
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
</p>
|
||||
|
||||
<a href="{{@site.url}}" class="btn-primary">
|
||||
Return Home
|
||||
← Back to Home
|
||||
</a>
|
||||
|
||||
{{#get "posts" limit="3" include="tags,authors"}}
|
||||
{{#if posts}}
|
||||
<div class="mt-24 w-full">
|
||||
<h3 class="text-3xl font-bold mb-10 text-[var(--text-primary)]">Perhaps read something else?</h3>
|
||||
<h3 class="text-3xl font-bold mb-10 text-[var(--brand-primary)]">Perhaps read something else?</h3>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
|
||||
{{#foreach posts}}
|
||||
{{> "post-card"}}
|
||||
|
||||
Reference in New Issue
Block a user