word-games-theme 0.3.9 → 0.4.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/allpages.html +17 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac7ce0b9fc8327b1452f366d9673578d889b940a4ad487b443b68a39c64b03e8
4
- data.tar.gz: 41b9c76d1f1da0dc2681958b4c8661cb403c7fdd07305bab0a8e6c6aac391c36
3
+ metadata.gz: 4f2745e3794b9e12a9366c59a20fceaf96714807a21896a21d2bf1eb6ec4c549
4
+ data.tar.gz: af526f0e4877aa4d7a8af622ec974bac1d91f494c271d8b3fc8e18065eea3570
5
5
  SHA512:
6
- metadata.gz: 8e2722758e9ab68b4eaad9d25320827f2ac17e726001f899f75006226db7d84f0b7a90c167e025af66d6e4b5ef9261199001ea93c188eda16dc86d642d14f45a
7
- data.tar.gz: f1d916017a853ae64e1bc350c5c195466a15d918a5f4e35509545fa4167e7edf2bbb2ba9c0d49457464cc4cef13a1c791a067d0c1588ae5cbbc71d07bafb44b2
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.3.9
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