Remove crowdfunding banner
This commit is contained in:
parent
49d341d69e
commit
bb48b15bd5
1 changed files with 0 additions and 15 deletions
15
index.hbs
15
index.hbs
|
@ -42,21 +42,6 @@ into the {body} of the default.hbs template --}}
|
||||||
<div class="post-feed">
|
<div class="post-feed">
|
||||||
{{#foreach posts}}
|
{{#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 --}}
|
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue