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