bridgetown_theme_single_page_opt_in 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bridgetown.automation.rb +1 -1
- data/lib/bridgetown_theme_single_page_opt_in/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0eee65972e9341291936cc21c4249ca61692e64d400cc0d02292e755a9e5950c
|
4
|
+
data.tar.gz: 1647357c355197eb79196b985e4c2cdc47c5338fd7576194ba9367c965baf28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e259962fc9f208b61390847f7bfa2930a38ddb02a4ecfeb45a564a6e8d44a50fd9a2d0e861901c8f387815f241831792116fbb421290dca7ad2c356c0a7db25
|
7
|
+
data.tar.gz: 6b90acb27c651df995794d0b1d32d8e8982edb21b363b0599a5674fda95fa3ba2b3383e1ce8c8e7eec8460ef87f279a3aae67baa29d19f31ed99737ba4811b2c
|
data/bridgetown.automation.rb
CHANGED
@@ -242,7 +242,7 @@ end
|
|
242
242
|
create_file "src/_data/cta_button.yml" do
|
243
243
|
<<~YAML
|
244
244
|
text: Give your prospects the ability to hear from you! Not a fan of tracking? Try Scattergun.
|
245
|
-
url: "https://scattergun.email
|
245
|
+
url: "https://scattergun.email"
|
246
246
|
form_toggle: 1234567
|
247
247
|
YAML
|
248
248
|
end
|