Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Use different form handler for blog newsletter form (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Chase authored Oct 24, 2023
1 parent 713d554 commit b7b709c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="no-anchor">{{ .Title }}</h1>
<div class="text-center">
<h4 class="">Subscribe to the Pulumi Monthly Newsletter</h4>
<div class="inline-block">
<pulumi-hubspot-form form-id="027b4c6d-9b73-4ad8-b149-3c8b07fff608" class="newsletter newsletter-dark-border"></pulumi-hubspot-form>
<pulumi-hubspot-form form-id="6d45d68a-4244-4f23-bbec-941f8ccb2b44" class="newsletter newsletter-dark-border"></pulumi-hubspot-form>
</div>
</div>
</div>
Expand Down

0 comments on commit b7b709c

Please sign in to comment.