style: only show 'Back to Home' button on posts, hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-20 19:27:37 +01:00
parent 6e43ebe5be
commit a9165ac371

View File

@@ -70,10 +70,12 @@
</nav>
{{/is}}
<footer class="mt-12 pt-8 border-t border-[var(--bg-tertiary)] text-center">
<a href="/" class="btn-primary">
&larr; Back to Home
</a>
</footer>
{{#is "post"}}
<footer class="mt-12 pt-8 border-t border-[var(--bg-tertiary)] text-center">
<a href="/" class="btn-primary">
&larr; Back to Home
</a>
</footer>
{{/is}}
</article>
{{/post}}