jekyll-theme-iamlynnmckay 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe9d32d007583873aca4e23f046dbb6dfc91188fa0fe42e40a6e5f7a1d5eb0ae
4
- data.tar.gz: 35462d3305568b25a2df4da86e377b4ff22ebb50592158d0dd37d8c7e502309e
3
+ metadata.gz: 128ea0957a67e6e2bdf3c10353af4b106203f25eb467bcd97482bedd8b53c442
4
+ data.tar.gz: 0b58149a06ab950fc2c7d00303964b4a54c4cd5f5497455d51d3cf07253f46d7
5
5
  SHA512:
6
- metadata.gz: e060d829a1d08685b8038bfa3d0ca1bcaa65f9fc17944592c8b480ee8f80f0d40bc698a55cb7b83ad805fe4158529bd5013636b72a2798f599a6a7c595cf7d1a
7
- data.tar.gz: 61209640a12b7cf8066657b79abce3ae12e2a85c86995e7ddea365e63697b9bcf08e66d8f526d4bcd6b6c58a4c10cd67a034e5003e7f5b9427eceac313f78ff1
6
+ metadata.gz: 5a2aa12ada55d13565dcf5ec84e03178c4243f966e22a78b02f8731efc38ee434e83ed49994a8da659ec713ba700671c03a1554a52edc25e8469e798b958a054
7
+ data.tar.gz: 9174dfee1b3ee501ccf5626685ce959b6858d468cdf6bd3b368ee92653f6bb415d2d4a941978e93fbf5531e947f2539d052b17f8462fba2eec7b1ce578fa9449
data/_includes/head.html CHANGED
@@ -10,4 +10,5 @@
10
10
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
11
11
  {%- include google-analytics.html -%}
12
12
  {%- endif -%}
13
+ {%- include scripts.html -%}
13
14
  </head>
@@ -10,7 +10,8 @@
10
10
  }
11
11
 
12
12
  (() => {
13
- document.querySelectorAll("i.fa").forEach((elem) => {
13
+
14
+ document.querySelectorAll("i.fa, i.fas").forEach((elem) => {
14
15
  //sleep(500).then(() => {
15
16
  // Do something after the sleep!
16
17
  elem.style.color = randomColor();
@@ -11,6 +11,5 @@
11
11
  </div>
12
12
  </main>
13
13
  {%- include footer.html -%}
14
- {%- include scripts.html -%}
15
14
  </body>
16
15
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-iamlynnmckay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn McKay