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>
|
</p>
|
||||||
|
|
||||||
<a href="{{@site.url}}" class="btn-primary">
|
<a href="{{@site.url}}" class="btn-primary">
|
||||||
Return Home
|
← Back to Home
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{{#get "posts" limit="3" include="tags,authors"}}
|
{{#get "posts" limit="3" include="tags,authors"}}
|
||||||
{{#if posts}}
|
{{#if posts}}
|
||||||
<div class="mt-24 w-full">
|
<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">
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user