Skip to content

Commit

Permalink
Add newsletter success page
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Aug 2, 2023
1 parent 26c104d commit 4154d0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Breadcrumbs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ breadcrumbList[0] === "posts" &&

<style>
.breadcrumb {
@apply mx-auto mb-1 mt-8 w-full max-w-3xl px-4;
@apply mx-auto mb-3 mt-8 w-full max-w-3xl px-4;
}
.breadcrumb ul li {
@apply inline;
Expand Down
6 changes: 6 additions & 0 deletions website/src/pages/newsletter-success.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: ../layouts/AboutLayout.astro
title: "Success !"
---

You have been successfully subscribed to our newsletter !

0 comments on commit 4154d0d

Please sign in to comment.