bridgetown_theme_single_page_opt_in 0.1.7 → 0.1.8
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: e106382e40855d98ca0f7947c5b53d5c5c5d548965e27aa42fde8e2895aa8464
|
4
|
+
data.tar.gz: bb4b7e3537532ef9d0447b741e71a64d6446234b5db954986deff9b616510745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b38cc9ec6656e3d08517fd38a9d8806ad928ab57154af727a7c3904abef899a410fc22992ae0dae3079911aad69ee7b79af88988b705bfc4ec63ef8daa067d
|
7
|
+
data.tar.gz: 5936899a710cb641600bc33cfa218dfb6ae1ad351ca1261256299c999c9ba31cf96c272b62d7ceb0db551a58c50f59908b030798bc4cea9a9fa70afd9352a7bf
|
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
|