Add Newsletter Component and Page
All checks were successful
continuous-integration/drone/push Build is passing

- Newsletter form on Subscribe page and at the end of the photos
This commit is contained in:
2020-04-28 22:10:29 +02:00
parent 955de7d1e4
commit 6fe4df4189
22 changed files with 478 additions and 137 deletions

View File

@@ -17,6 +17,7 @@
// Variables
const { page } = stores()
pageAnimation.set(animateIn)
const pageTitle = `${$site.seo_name} - Credits`
/*
@@ -29,11 +30,11 @@
</script>
<svelte:head>
<title>{$site.seo_name} - Credits</title>
<title>{pageTitle}</title>
<meta name="description" content={$site.credits_text}>
<SocialMetas
url="https://{$page.host}/credits"
title="{$site.seo_name} - Credits"
url="https://{$page.host}{$page.path}"
title="{pageTitle}"
description={$site.credits_text}
image={$site.seo_share_image.full_url}
/>
@@ -43,7 +44,7 @@
<section class="page">
<div class="wrap">
<div class="page__top">
<a href="/" class="button-control button-control--pink dir-left">
<a href="/" class="button-control button-control--lightpink dir-left">
<IconArrow direction="left" color="#fff" class="icon" />
<IconArrow direction="left" color="#fff" class="icon" hidden="true" />
</a>