bridgetown_theme_single_page_opt_in 0.1.8 → 0.1.9
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: 6fc077a78721aeffac897da7603eddda66b2ae1b92e28491736a167663fd717b
|
4
|
+
data.tar.gz: a0488dfe1bcf4f48873d07cb481ffaaf7c861e0a9c4a2a23f81e7991067e28a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6ac566872228ee5ebd2c49346bc02ac146902d41b49ca2c1765846c8d2a45c704b7d96c499fbf860aa07ed3936d9b799931acf9ab0c4d1fed6217944a519fb4
|
7
|
+
data.tar.gz: c96bb918396771c94c3610704cc568f4c74bccb682083405d31136eea50bf85a13f291b3476a8491c382dab6644f1c644380ad648a7eb12d24f597c2a1dfdd7e
|
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(
|
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
|