word-games-theme 0.6.5 → 0.6.6

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: e2e92953a01cc8fc8828f97cb58aaa27ea7ef88785bc26be38eded5b4cf0780b
4
- data.tar.gz: 3719bb3db2c1e74763a71067da01341104e81fa0ce301c2428b326fa9eae2202
3
+ metadata.gz: 13232ee305d69c65341f9374483271004c57887efb4ffe1447b88c48ec99db93
4
+ data.tar.gz: 0c437e9bd00a3e49ac7c4135f120ba42652b10c8dd48e299b903e35fdfddb355
5
5
  SHA512:
6
- metadata.gz: 9371760d018e8f901a7f17f9ea87a01f504614f6f1565fe379b933dd6916c7bacd76aac74f1993075b494e5d4b256557a95bb568da498f7dcc574e3d77972f1c
7
- data.tar.gz: 6786cd1fe93c3c4d57b35b8ac72b1023400dea565695d4e171f7a8248b451215ea3133cedb72ad62811b39e189ef57088c9572fc141ed67360aba95cf494eb5e
6
+ metadata.gz: 1072621d71e289e092ef3f1eb076f4bcdd61ac329d8235164ea402fcc2933dda972edac2d98b250aefe108800f213c6d186f126221f80b72669b18058e5cf3a6
7
+ data.tar.gz: cd330401acc19f9b5fa6554038832d0e5c596bc2bd09eb7d2b8ebcde9d2dcb7aac853d225cc6a810037ea416ce72ebe74031777ace95e161d95746beb148511e
@@ -23,7 +23,7 @@
23
23
  <meta name="author" content="{{ site.author_name }}">
24
24
  <title>{{page.title}}</title>
25
25
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
26
- <link rel="stylesheet" href="../assets/css/bootstrap.min.css">
26
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" />
27
27
  <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
28
28
 
29
29
  {%- include google-analytics.html -%}
@@ -47,9 +47,9 @@
47
47
  }
48
48
 
49
49
  function runScripts() {
50
- console.log(document.querySelector("script"))
51
- console.log("Javascript Executed!")
52
- console.log(document.querySelectorAll("script[delay]"))
50
+ // console.log(document.querySelector("script"))
51
+ // console.log("Javascript Executed!")
52
+ // console.log(document.querySelectorAll("script[delay]"))
53
53
  document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
54
54
  scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
55
55
  });
@@ -123,9 +123,6 @@
123
123
  }
124
124
 
125
125
  function runScripts() {
126
- console.log(document.querySelector("script"))
127
- console.log("Javascript Executed!")
128
- console.log(document.querySelectorAll("script[delay]"))
129
126
  document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
130
127
  scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
131
128
  });
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2021-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll