typographical 1.1.16 → 1.1.17

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a78237641359251bad6d40390ed67c24ee8915fd0c5ac5b325deaa9384bcfd8
4
- data.tar.gz: f8bb0b290dce96dce06827bf7f1f0053fa6c24a3212b97b3aee18ceced00cec4
3
+ metadata.gz: ad5c79653b3e1b5327da84ec24373975ccfad21432397843ae8423e6e74f0394
4
+ data.tar.gz: b1ac2f561640944ad91ebf6aa2db6dec12c368975561e32510c5e146dfee994b
5
5
  SHA512:
6
- metadata.gz: 2feb3fa3b0c1ef8be090dc885333f761a9eda976e2088a49744d12c99c2bb50572fe0cc55af426017f69162acccd05a2afa63487ea2b3bba105274a17a7c4b4f
7
- data.tar.gz: 7d689436e655cda2d023e27fb7da21d4ed033c4485927d457a4074814ab88f708df983decff0a95914915fa4fa3b2a095adead99749cbe762fc14f4b2e184043
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>
@@ -0,0 +1,3 @@
1
+ <div class="yt-container">
2
+ <iframe src="//www.youtube.com/embed/{{ page.youtube }}" frameborder="0" allowfullscreen class="video"></iframe>
3
+ </div>
@@ -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.16
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-02-28 00:00:00.000000000 Z
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