blogging-site-theme 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/theme/UI.json +1 -0
- data/_includes/custom-head.html +2 -0
- data/_includes/header/index.html +1 -1
- data/_includes/section/alertbar.html +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57635fc22e6dc7168cb704a898231096d26ded62c430d2833526911bb33cd763
|
4
|
+
data.tar.gz: 7ac877317df53648417a843c44150b59820a3492c087a0bed39211d5840bd10c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b90b97f6987142a2931497f18be3b7b0ef685c79f8696cad6138220f6cf65bdd9f004790a0648e688effeca870277068be628f01f7f37c46af85b51176431b49
|
7
|
+
data.tar.gz: b91738116a67266ec260151ff70a44048e37cf260a57d9bd8ea13ffa69bc7db930576cd39158d729b0f2ab8f24fe837aed892b9c657a75a8707b29f0412d83b1
|
data/_data/theme/UI.json
CHANGED
data/_includes/custom-head.html
CHANGED
@@ -92,4 +92,6 @@
|
|
92
92
|
{% if jekyll.environment == 'production' and site.google_analytics %}
|
93
93
|
{% include google-analytics.html %}
|
94
94
|
{% endif %}
|
95
|
+
<script
|
96
|
+
id="mcjs">!function (c, h, i, m, p) { m = c.createElement(h), p = c.getElementsByTagName(h)[0], m.async = 1, m.src = i, p.parentNode.insertBefore(m, p) }(document, "script", "https://chimpstatic.com/mcjs-connected/js/users/26c2cf78e37e16d44d35c5d1c/4ba439c2ff742fc68dc76b732.js");</script>
|
95
97
|
</head>
|
data/_includes/header/index.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<!-- start Header Area -->
|
2
2
|
{%- assign theme = site.data.theme.UI -%}
|
3
|
-
<div class="container-fluid navigationBottomLine" style="background: {{theme.
|
3
|
+
<div class="container-fluid navigationBottomLine" style="background: {{theme.headerColor}};">
|
4
4
|
<div class="container samePad">
|
5
5
|
<header>
|
6
6
|
{% include header/nav-menu.html %}
|
@@ -6,7 +6,8 @@
|
|
6
6
|
<div class="mc-field-group">
|
7
7
|
<input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
|
8
8
|
autocomplete="on" required="">
|
9
|
-
<input type="submit" style="background: {{theme.color}}; border: {{theme.color}}" value="Subscribe"
|
9
|
+
<input type="submit" style="background: {{theme.color}}; border: {{theme.color}}" value="Subscribe"
|
10
|
+
name="subscribe">
|
10
11
|
</div>
|
11
12
|
</form>
|
12
13
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blogging-site-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-singh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-06-
|
11
|
+
date: 2021-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|