Skip to content

Commit

Permalink
feature/added new subscribe form + fix posts error
Browse files Browse the repository at this point in the history
  • Loading branch information
chelaruc committed Jan 8, 2020
1 parent 6ca9808 commit 2ab27dd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.hbs
Expand Up @@ -10,7 +10,7 @@
<h1 class="text-title">{{@site.title}}</h1>
<p class="text-description">{{@site.description}}</p>
<div id="mc_embed_signup">
<form action="//angularexpo.us14.list-manage.com/subscribe/post?u=20206c0829ddb0efe4d35bc7a&amp;id=c32002db8f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<form action="https://creative-tim.us3.list-manage.com/subscribe/post?u=ff98cdcf2e6a63f872c65dbfb&amp;id=572fcefbd4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="form-group form-subscribe form-input">
<input type="text" placeholder="Your email" class="form-control required email text-input" id="mce-EMAIL" name="EMAIL">
Expand Down
14 changes: 7 additions & 7 deletions partials/loop.hbs
Expand Up @@ -3,14 +3,14 @@
<div class="col-lg-6 col-md-12 col-12">
{{> post-creativetim }}
</div>
{{#get "posts" filter="tags:-[blog]" include="tags"}}
{{#foreach posts}}
{{^has tag="blog"}}
<div class="col-lg-6 col-md-12 col-12">
{{> post}}
</div>
{{/has}}
{{/foreach}}

{{#foreach posts from="1" to="5"}}
<div class="col-lg-6 col-md-12 col-12">
{{> post}}
</div>
{{/foreach}}
{{/get}}

</div>

Expand Down
2 changes: 1 addition & 1 deletion partials/sidebar.hbs
Expand Up @@ -29,7 +29,7 @@
Join our monthly newsletter and never miss out on new React examples, demos and experiments.
</p>
<div id="mc_embed_signup-r">
<form action="//angularexpo.us14.list-manage.com/subscribe/post?u=20206c0829ddb0efe4d35bc7a&amp;id=c32002db8f" method="post" id="mc-embedded-subscribe-form-r" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<form action="https://creative-tim.us3.list-manage.com/subscribe/post?u=ff98cdcf2e6a63f872c65dbfb&amp;id=572fcefbd4" method="post" id="mc-embedded-subscribe-form-r" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll-r">
<div class="form-input">
<input class="required email text-input" type="email" id="mce-EMAIL-r" name="EMAIL" placeholder="Your Email...">
Expand Down
2 changes: 1 addition & 1 deletion partials/subscribe-area.hbs
Expand Up @@ -5,7 +5,7 @@
products arrive!
</p>
<div id="mc_embed_signup">
<form action="//angularexpo.us14.list-manage.com/subscribe/post?u=20206c0829ddb0efe4d35bc7a&amp;id=c32002db8f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<form action="https://creative-tim.us3.list-manage.com/subscribe/post?u=ff98cdcf2e6a63f872c65dbfb&amp;id=572fcefbd4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" class="subscribe-input">
<div class="form-input form-group form-subscribe">
<input class="form-control required email text-input" type="email" id="mce-EMAIL" name="EMAIL" placeholder="Your Email...">
Expand Down

0 comments on commit 2ab27dd

Please sign in to comment.