enzanki-website-template 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/youtube-upload.html +16 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54886f0d170f4d7d0203e820df341f68d1fb55fd
4
- data.tar.gz: fe8d32b014ca831d1bf378623910f386ba723d2c
3
+ metadata.gz: 2f91e3a6bf7dc48ca2faa5ebc844206873901939
4
+ data.tar.gz: 3074bb703a55c8ced8731f08fce41ab0a28db9c0
5
5
  SHA512:
6
- metadata.gz: ce0774cb6049fa0f4598f1451aff54f5001b946597b0995663add764151a6c347f034f442ec346ed98d51d3d923ee8d113ce3b0134c507c000b09ad1027096e8
7
- data.tar.gz: 2a9f454e8e89338a968314999c813ca73411318eddc7a952332bc7aff611729d198d3ae13cae179dbf6ef199b6e2a08251a9b0bcf307df7f6fb1ec33dc3584fc
6
+ metadata.gz: db8040b8bf13d62837efe960415604558598a0a2bddfd1cd4c1eb52ff71933a4388582a2955bb21a2fd6f80be4841076c97cfb536a5d23c8d316ad5956b972db
7
+ data.tar.gz: 60f590f32347d2b2f7afb241a066a1c6bc4896478c9cd4cf084ccfe6d53973c755e9dfa6bb89bbbf7ac575e20779108a39593f0d87ce10ba3f0264bfbe19caab
@@ -0,0 +1,16 @@
1
+ {% include htmlheader.html %}
2
+ {% include header.html %}
3
+ {% include postheader.html %}
4
+ {% include postpages.html %}
5
+
6
+ {% include ytblock.html %}
7
+
8
+ {% include youtube-embed.html %}
9
+
10
+ <hr />
11
+
12
+ {{ content }}
13
+
14
+ {% include postpages.html %}
15
+ {% include footer.html %}
16
+ {% include htmlfooter.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enzanki-website-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Shafer
@@ -70,6 +70,7 @@ files:
70
70
  - _includes/postpages.html
71
71
  - _includes/reportissue.html
72
72
  - _includes/youtube-embed.html
73
+ - _includes/youtube-upload.html
73
74
  - _includes/ytblock.html
74
75
  - _layouts/default.html
75
76
  - _layouts/htmlapi.html