bridgetown_theme_single_page_opt_in 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 861d852f29c2a2759e0ed552845c03cf0897177bd54df24722e8a7a80e6b9393
|
4
|
+
data.tar.gz: 80111492080a468252a10e30649f92e75d0f19e4d53794e5e618ee14bbb71934
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59446757b045dfb63634c0f099e7cb16f9eea33ea1f91860d9dea308e681f35ab5d860f5bcdede25e46679226b2c6b97bfa38eec503d69e26011abfe812bbb74
|
7
|
+
data.tar.gz: b6e5ef62f706b148e4992065e66799291ab90d47d63ab6f85a341e58543eb9e3ef4c4eee097529e7ebef6a815301b7513468f33d0a4b642c633255239e9c1ef2
|
@@ -21,7 +21,6 @@ Bridgetown.initializer :bridgetown_theme_single_page_opt_in do |config|
|
|
21
21
|
origin: SinglePageOptInTheme,
|
22
22
|
components: File.expand_path("../components", __dir__),
|
23
23
|
layouts: File.expand_path("../layouts", __dir__),
|
24
|
-
content: File.expand_path("../content", __dir__)
|
25
|
-
data: File.expand_path("../data", __dir__)
|
24
|
+
content: File.expand_path("../content", __dir__)
|
26
25
|
)
|
27
26
|
end
|