word-games-theme 0.3.9 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/allpages.html +17 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f2745e3794b9e12a9366c59a20fceaf96714807a21896a21d2bf1eb6ec4c549
|
4
|
+
data.tar.gz: af526f0e4877aa4d7a8af622ec974bac1d91f494c271d8b3fc8e18065eea3570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d093427db703098f75cbf4134f6251725cd9bb696d75a029377d1284b80ef532580729d420eaaac9b5c95048dd84088fc3c1c6a8437744cf738f3263e6d18fcf
|
7
|
+
data.tar.gz: d96e6c679ecd77691bd035527aaf5740f07bd9a1228403b1566790d777766b4bef5236d6f211037e90c3e3ee62e7c6c9e347d7e21309d08350b22a9de40d249a
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
{%- include head/index.html -%}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
{%- include header/index.html -%}
|
8
|
+
|
9
|
+
{{content}}
|
10
|
+
|
11
|
+
|
12
|
+
{%- include footer/index.html -%}
|
13
|
+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
14
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
|
15
|
+
</body>
|
16
|
+
|
17
|
+
</html>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: word-games-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
@@ -127,6 +127,7 @@ files:
|
|
127
127
|
- _includes/seo.html
|
128
128
|
- _includes/share/socialshare.html
|
129
129
|
- _includes/xyzpages/xyz.html
|
130
|
+
- _layouts/allpages.html
|
130
131
|
- _layouts/blog.html
|
131
132
|
- _layouts/categories.html
|
132
133
|
- _layouts/default.html
|