Remove crowdfunding banner

This commit is contained in:
Badri Sunderarajan 2023-02-13 18:08:58 +05:30
parent 49d341d69e
commit bb48b15bd5

View file

@ -42,21 +42,6 @@ into the {body} of the default.hbs template --}}
<div class="post-feed">
{{#foreach posts}}
{{!-- Insert a banner at the 5th position --}}
{{#has index="4"}}
<div class="post-card post-card-large post-card-callout">
<a class="post-card-callout-link" href="https://fund.snipettemag.com" target="_blank">
<div class="post-card-excerpt" style="text-align: center; color: white;">
<img src="https://fund.snipettemag.com/img/header.png" class="post-card-callout-image"/>
<p>Snipette in print can become cheaper! But we need 1000 subscribers.</p>
<p class="gh-banner-button">
<span>Become one of them</span>
</p>
</div>
</a>
</div>
{{/has}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}