word-games-theme 0.6.5 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/custom-head.html +4 -4
- data/_includes/head/index.html +0 -3
- 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: 13232ee305d69c65341f9374483271004c57887efb4ffe1447b88c48ec99db93
|
4
|
+
data.tar.gz: 0c437e9bd00a3e49ac7c4135f120ba42652b10c8dd48e299b903e35fdfddb355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1072621d71e289e092ef3f1eb076f4bcdd61ac329d8235164ea402fcc2933dda972edac2d98b250aefe108800f213c6d186f126221f80b72669b18058e5cf3a6
|
7
|
+
data.tar.gz: cd330401acc19f9b5fa6554038832d0e5c596bc2bd09eb7d2b8ebcde9d2dcb7aac853d225cc6a810037ea416ce72ebe74031777ace95e161d95746beb148511e
|
data/_includes/custom-head.html
CHANGED
@@ -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="
|
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
|
});
|
data/_includes/head/index.html
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2021-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|