benjeto-jekyll-theme 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/nicovideo.html +1 -1
- data/_includes/postbox-feed.html +1 -1
- data/_includes/youtube.html +1 -1
- data/_sass/benjeto/base.scss +2 -2
- data/_sass/benjeto/css/figure.scss +0 -10
- 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: ce56e14561fefa061a2c7d480f4591afedc620b4dea6cdbf3d1ffb1bd72e93c5
|
4
|
+
data.tar.gz: 4e6829d98bafb40b0e2684eeee578499002b3ab28f6c784b32b0dca4c200bdba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8dc722fae29f65473592fbcfabc0e60c3a5959a1311478e25bea6bec1e747d15118e87446b4c8cda9a9173fa3c6b59f83a260e68a66883e636134bc97192c648
|
7
|
+
data.tar.gz: 2a97bd14ee5757bdc5aa4ac5df3dc39b4f970c6a91079f425f179d64b2630d68bd15520740ba49a6b7ff45a8bf6caefbd568047396f816501ca2ec411cc10c58
|
data/_includes/nicovideo.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
{%- assign title = include.title -%}
|
3
3
|
{%- assign aspect = include.aspect | default: "16 / 9" -%}
|
4
4
|
{%- if id -%}
|
5
|
-
<iframe class="nicovideo" style="aspect-ratio: {{ aspect }}" src="https://embed.nicovideo.jp/watch/{{ id }}" title="{{ texts.nicovideo_title }}"
|
5
|
+
<iframe class="nicovideo" style="aspect-ratio: {{ aspect }}" src="https://embed.nicovideo.jp/watch/{{ id }}" title="{{ texts.nicovideo_title }}" allow="clipboard-write; encrypted-media; picture-in-picture; web-share" referrerpolicy="no-referrer" allowfullscreen sandbox="allow-scripts">
|
6
6
|
<a href="https://www.nicovideo.jp/watch/{{ id }}" target="_blank" rel="noopener noreferrer">{{ title | default: texts.nicovideo_link }}</a>
|
7
7
|
</iframe>
|
8
8
|
{%- endif -%}
|
data/_includes/postbox-feed.html
CHANGED
data/_includes/youtube.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
{%- assign title = include.title -%}
|
3
3
|
{%- assign aspect = include.aspect | default: "16 / 9" -%}
|
4
4
|
{%- if id -%}
|
5
|
-
<iframe class="youtube" style="aspect-ratio: {{ aspect }}" src="https://www.youtube-nocookie.com/embed/{{ id }}" title="{{ texts.youtube_title }}"
|
5
|
+
<iframe class="youtube" style="aspect-ratio: {{ aspect }}" src="https://www.youtube-nocookie.com/embed/{{ id }}" title="{{ texts.youtube_title }}" allow="clipboard-write; encrypted-media; picture-in-picture; web-share" referrerpolicy="no-referrer" allowfullscreen sandbox="allow-scripts allow-same-origin">
|
6
6
|
<a href="https://www.youtube.com/watch?v={{ id }}" target="_blank" rel="noopener noreferrer">{{ title | default: texts.youtube_link }}</a>
|
7
7
|
</iframe>
|
8
8
|
{%- endif -%}
|
data/_sass/benjeto/base.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: benjeto-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cizzuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|