style: only show 'Back to Home' button on posts, hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
This commit is contained in:
12
post.hbs
12
post.hbs
@@ -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">
|
||||
← 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">
|
||||
← Back to Home
|
||||
</a>
|
||||
</footer>
|
||||
{{/is}}
|
||||
</article>
|
||||
{{/post}}
|
||||
|
||||
Reference in New Issue
Block a user