diff --git a/content/unique-pages/start-here.md b/content/unique-pages/start-here.md index 1590f209..7e2e515c 100644 --- a/content/unique-pages/start-here.md +++ b/content/unique-pages/start-here.md @@ -24,6 +24,8 @@ Every day, you'll get an email with carefully selected tutorials and guides to g {{< mailing-signup-get-started >}} +{{< mailing-signup-newsletter-switcher >}} + ## The problem with most tutorials There's a ton of free tutorials out there, but they often just teach you one trick in isolation and rarely go past beginner-level. diff --git a/layouts/partials/components/mailing-signup-newsletter-switcher.html b/layouts/partials/components/mailing-signup-newsletter-switcher.html new file mode 100644 index 00000000..2f0eb8dc --- /dev/null +++ b/layouts/partials/components/mailing-signup-newsletter-switcher.html @@ -0,0 +1,192 @@ + +
+ +
+ + + \ No newline at end of file diff --git a/layouts/shortcodes/mailing-signup-newsletter-switcher.html b/layouts/shortcodes/mailing-signup-newsletter-switcher.html new file mode 100644 index 00000000..3ff5030e --- /dev/null +++ b/layouts/shortcodes/mailing-signup-newsletter-switcher.html @@ -0,0 +1 @@ +{{ partialCached "components/mailing-signup-newsletter-switcher" . }} \ No newline at end of file