Files
DF-Ghost-Dawn-Theme/index.hbs
T
2026-06-13 21:33:23 -05:00

16 lines
505 B
Handlebars

{{!< default}}
<main class="site-main">
<div class="post-feed gh-feed gh-canvas">
{{#get "posts" filter="featured: true" as |posts|}}
{{#foreach posts}}
{{> "loop-two"}}
{{/foreach}}
{{/get}}
</div>
<center class="cover-content gh-inner gh-head-btn gh-btn gh-primary-btn" style="margin-top:3rem;">
<b><a href="https://calendly.com/dreamfreely/curiosity-call" target="_blank">Book a Curiosity Call</a></b>
</center>
</main>