jekyll-zeta 0.11.5 → 0.11.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/secimg +2 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d988063b469e012728f797e1a21a2e12f1a61b655ecdfe474303afc4fdae8c7
4
- data.tar.gz: '0387d70abfc8bd3448793516068d4db279e160dae562e003a7fccb7daffc36b5'
3
+ metadata.gz: d74718450317b9e8811135bc522489d4fda178e75a7e0fe4c88c06819896aaaa
4
+ data.tar.gz: 3c49716c5c1821cacb83e5b1c27f00f55936c5252a7f8ab67a76eb1fb676ea76
5
5
  SHA512:
6
- metadata.gz: 799105173a047f54856d5d4a552d89fde0f32c93dcc98a2d48fe19012dcd81b1f6522143c86a3108d0327ccd9458d6dd88be2a1b6c7e9ef5d0129a207a9f0120
7
- data.tar.gz: 544d6caa52941c89e36065d51cd93156d9b11395120ba6c1979b003a278695e8d2f94f1a2e7d8040e475a3341a9cd076aeaeff679d246c48a987f6b384452e11
6
+ metadata.gz: dcd4cb649b2d4b660d3305188090486935f1d57249755fb6458a60c617cd3a7982b5428af63a3bf5b81f666c8fc98843022ac1862d633f908d741d5f56b7d856
7
+ data.tar.gz: 7a8392b077fd2fdea637534b64e22f1b97b937e9ed57cc831a0402aa2e205508248edc31b9ac1bc338218678ed58cac54e05e8de0910d58a37916d4c14461669
data/_includes/secimg ADDED
@@ -0,0 +1,2 @@
1
+ {% assign secfile = include.file%}
2
+ <img src="data:image/jpeg;base64,{% file_base64 file=secfile %}">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-zeta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vitock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-06 00:00:00.000000000 Z
11
+ date: 2025-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -91,6 +91,7 @@ files:
91
91
  - _includes/post_entry.html
92
92
  - _includes/post_layout.html
93
93
  - _includes/post_list.html
94
+ - _includes/secimg
94
95
  - _layouts/about.html
95
96
  - _layouts/archive.html
96
97
  - _layouts/default.html