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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52f57d5d64912f8ae48dcef450e39029dc4d0b8f38d5195d070e5d2a237d3e14
4
- data.tar.gz: 0ea79d9c1c2018bb83f181647dfb2cadddda294ad2c5e836c40d929aef6271bf
3
+ metadata.gz: 57635fc22e6dc7168cb704a898231096d26ded62c430d2833526911bb33cd763
4
+ data.tar.gz: 7ac877317df53648417a843c44150b59820a3492c087a0bed39211d5840bd10c
5
5
  SHA512:
6
- metadata.gz: fe7fa9c3187105ffb3a2be0fdc1bed6e4e2dcb34bce02fb84978b6323142ff380b6a58da61bd60271f10520192b983260f6f680f4e3b58ba3ada77e3423e90b0
7
- data.tar.gz: d2e88c2ac3c77f85a5311632d305897c00dd5cba1f88eb8b3eb2af3ba499472c44359aa50503f968d31c596c98e22afcac58069e78dfa0a0e31db9f2aea39428
6
+ metadata.gz: b90b97f6987142a2931497f18be3b7b0ef685c79f8696cad6138220f6cf65bdd9f004790a0648e688effeca870277068be628f01f7f37c46af85b51176431b49
7
+ data.tar.gz: b91738116a67266ec260151ff70a44048e37cf260a57d9bd8ea13ffa69bc7db930576cd39158d729b0f2ab8f24fe837aed892b9c657a75a8707b29f0412d83b1
data/_data/theme/UI.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
+ "headerColor": "#0F0E15",
2
3
  "color": "#0F0E15",
3
4
  "staticPagesColor": "rgba(0,0,0,0.2)"
4
5
  }
@@ -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>
@@ -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.color}};">
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" name="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
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-06 00:00:00.000000000 Z
11
+ date: 2021-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll