style: remove 'Back to Home' button from post template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-21 17:13:28 +01:00
parent 4d2e5de954
commit 31a3591ba5

View File

@@ -83,13 +83,5 @@
{{/prev_post}} {{/prev_post}}
{{/next_post}} {{/next_post}}
{{/is}} {{/is}}
{{#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> </article>
{{/post}} {{/post}}