forest-time-jekyll 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/subscribe-form.html +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: dcfeee204f27fab08ae8390b7fba6c953655c082f20ddce714079007b699db58
|
4
|
+
data.tar.gz: ce6c358aa0ae9c09fa6c80941f416ed37c7d312ad42a58b7b15dd2573b4096c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 628d6eb25bed088ec3e946e791f3608985c4aa07ec660ce8b632b041e0250e9005e3813f0d8be28c38d3b1266a6531f5018c2a47b4baffbb6993349e5e8a27cd
|
7
|
+
data.tar.gz: 7bc91403431c9977adbff092194ab42285bc7afbde395b15205789513913e0758433c0a4d3d68b9d1e286eb408f0d68919861492569e112ed8059ad9830a88e3
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="{{ site.data.ui-text.emailPlaceholder }}"
|
11
11
|
required>
|
12
12
|
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
13
|
-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="
|
13
|
+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="{{ site.mailchimp.inputName }}"
|
14
14
|
tabindex="-1" value=""></div>
|
15
15
|
<div class="clear"><input type="submit" value="{{ site.data.ui-text.subscribe }}" name="subscribe" id="mc-embedded-subscribe"
|
16
16
|
class="button"></div>
|