Skip to content

Commit

Permalink
newsletter blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanchromjak committed Feb 19, 2024
1 parent 0515a43 commit f0a6438
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ <h1 class="text-center text-5xl sm:text-6xl font-bold font-heading tracking-tigh
<div class="flex space-x-4 mt-4 justify-center">
{{ partial "share.html" . }}
</div>
<div class="rounded-2xl pt-4 max-w-xl mx-auto">
{{ partial "components/form-mailchimp.html" . }}
</div>
</div>
{{ with .Params.image }}
<div class="flex justify-center mt-10 lg:mt-14 max-w-5xl mx-auto aspect-w-16 aspect-h-8">
Expand Down
4 changes: 4 additions & 0 deletions layouts/partials/list-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ <h1 class="text-4xl sm:text-5xl lg:text-6xl font-heading font-bold tracking-tigh
{{ with .Params }}
{{ partial "components/subheading.html" . }}
{{ end }}
<div class="rounded-2xl pt-4 max-w-xl mx-auto">
{{ partial "components/form-mailchimp.html" . }}
</div>

</div>
</div>
<div class="mx-auto max-w-md md:max-w-7xl pb-16 lg:pb-24">
Expand Down

0 comments on commit f0a6438

Please sign in to comment.