June 2026 Production theme
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{#get "posts" limit="5" filter="tags:[{{post.tags}}]+id:-{{post.id}}" as |related|}}
|
||||
{{#if related}}
|
||||
<section class="related-wrapper gh-canvas">
|
||||
<h3 class="related-title">{{t "You might also like..."}}</h3>
|
||||
<div class="related-feed">
|
||||
{{#foreach posts}}
|
||||
{{> "loop"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/get}}
|
||||
Reference in New Issue
Block a user