typographical 1.1.16 → 1.1.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/spotify.html +1 -0
- data/_includes/youtube.html +3 -0
- data/_sass/typographical/_tweaks.scss +16 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad5c79653b3e1b5327da84ec24373975ccfad21432397843ae8423e6e74f0394
|
4
|
+
data.tar.gz: b1ac2f561640944ad91ebf6aa2db6dec12c368975561e32510c5e146dfee994b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99eabb8b718b56f847051e4b6bac68184b2f525f7d8bf8326ac4f59d7932f7daeb2df49ce83c0ba0e91e62c8510d094c6049aa46046fc24b1f4e653f29020ab6
|
7
|
+
data.tar.gz: f7064a944a6534a5877ca3d31d52c046b497719656954609c01b0a4b3978dae9aed45d49c4fa3cb134d5498bd07d0051f0203e918d69441148af840ba36cb641
|
@@ -0,0 +1 @@
|
|
1
|
+
<iframe src="https://open.spotify.com/embed-podcast/episode/{{ page.spotify }}" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
|
@@ -249,3 +249,19 @@ footer, .share-bar, .nav-container { /* Disable selection of some elements */
|
|
249
249
|
table {
|
250
250
|
margin-bottom: 1em;
|
251
251
|
}
|
252
|
+
|
253
|
+
.yt-container {
|
254
|
+
position: relative;
|
255
|
+
width: 100%;
|
256
|
+
height: 0;
|
257
|
+
padding-bottom: 56.25%;
|
258
|
+
}
|
259
|
+
|
260
|
+
.video {
|
261
|
+
position: absolute;
|
262
|
+
top: 0;
|
263
|
+
left: 0;
|
264
|
+
width: 100%;
|
265
|
+
height: 100%;
|
266
|
+
border-radius: 0.4rem;
|
267
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typographical
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ram Iyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -136,6 +136,8 @@ files:
|
|
136
136
|
- _includes/navigation.html
|
137
137
|
- _includes/related.html
|
138
138
|
- _includes/share.html
|
139
|
+
- _includes/spotify.html
|
140
|
+
- _includes/youtube.html
|
139
141
|
- _layouts/default.html
|
140
142
|
- _layouts/home.html
|
141
143
|
- _layouts/page.html
|