bridgetown_theme_single_page_opt_in 0.1.6 → 0.1.7
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: d436b9c85a943df100a8f4e90a1482add96adfb7509a1657d1af7196bcd30ce3
|
4
|
+
data.tar.gz: cfabc662c1b009c1c49a2c2c8598d727ef2cecc177b2f41564ab5bad59df2f11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88900614555c697deec9c140e5ec291f897f4b787f10c87a45f59d6664b2e3878022d09528f66c47a12e598240a3e0fe67831678460ab657d78ec1ffaee56fef
|
7
|
+
data.tar.gz: 32398b7572257393bef447b434a955feef26c64196d37ab0e98399fc3e11c5b646e3252db1679ecfaf4f20978f9bea3e65759e6a504fc6f65be9ac5e6b2a3508
|
data/bridgetown.automation.rb
CHANGED
@@ -8,6 +8,6 @@ prepend_to_file "frontend/styles/index.css" do
|
|
8
8
|
# "@import url("./lander.css");"
|
9
9
|
end
|
10
10
|
|
11
|
-
copy_file("#{ENV[PROJECT_NAME]}content/bridgetown_theme_single_page_opt_in/1_top_banner.yml", "src/_data/1_top_banner.yml")
|
11
|
+
copy_file("#{ENV[PROJECT_NAME]}/content/bridgetown_theme_single_page_opt_in/1_top_banner.yml", "src/_data/1_top_banner.yml")
|
12
12
|
|
13
13
|
# Read the Automations documentation: https://www.bridgetownrb.com/docs/automations
|