Add a newsletter subscription form below locations
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- One component used below Locations list and in the Pagination when all photos has been loaded - Keep the subscribe page with the column display
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import TitleSite from 'atoms/TitleSite'
|
||||
import LinkTranslate from 'atoms/LinkTranslate'
|
||||
import InteractiveGlobe from 'molecules/InteractiveGlobe'
|
||||
import Newsletter from 'molecules/Newsletter'
|
||||
import NewsletterForm from 'molecules/NewsletterForm'
|
||||
import Footer from 'organisms/Footer'
|
||||
import SocialMetas from 'utils/SocialMetas'
|
||||
// Animations
|
||||
@@ -53,7 +53,15 @@
|
||||
<TitleSite />
|
||||
</div>
|
||||
|
||||
<Newsletter />
|
||||
<div class="newsletter newsletter--column">
|
||||
<div class="newsletter__text style-description page__part">
|
||||
<p>{$site.newsletter_text}</p>
|
||||
</div>
|
||||
|
||||
<div class="page__part">
|
||||
<NewsletterForm title={true} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if process.browser}
|
||||
|
||||
Reference in New Issue
Block a user