jekyll-theme-isotc211 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +2 -0
  3. data/_sass/home.scss +6 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 648b52e3cb050dbc2261025ec9f928a1eb6ebf1b4987845448da7b002b392d1d
4
- data.tar.gz: 2708bf15dcc00822b810fd4148fe4cd8abc6965d038adb93116d11eae6df1161
3
+ metadata.gz: 5a04026c63161ab6aa4de91d5bfcc66af255768d01929389bfd0c17dd9e921fd
4
+ data.tar.gz: db98e5f06a93993b44ff42efd6cb0d92cdbf8b0f6b90e1c1980137756ea6d58a
5
5
  SHA512:
6
- metadata.gz: a089f2c6231b93500cb413b42d54753b5203e2267b20e2ea6111425d0be36bd1e8615d36c8fef01b04423240fd28f8d3e33d1dcffe2776cf6a98e403938c5a7d
7
- data.tar.gz: be82f897bb606168f78a1abc393025e2991ec104d0fde547328bbea2d59c83f79718a757b53ae7d9be5fcdca48aef89b0f07a29c429c6ba64728e7355d5d5061
6
+ metadata.gz: 6b1ddde92e284495f2f27a9cc98262a04452b63d12ac1d04f39e426465c3a4bb32084e4aefc54241374532ede5af98db74fb86594dfed0ba79312ef9a0d518e6
7
+ data.tar.gz: 83b9e5e18a3a8d7cb6988049bf8248b2a714c8b88f3c95f3f9089cb08ab4bd4c4939af4eac698631428b27bef63bf8573ca7dd724df17bb353aba3a4b4a5cbed
data/_layouts/post.html CHANGED
@@ -6,6 +6,8 @@ bodyClass: post
6
6
 
7
7
  <h2>{{ page.title }}</h2>
8
8
 
9
+ <p>{{ page.date | date: '%B %d, %Y' }}</p>
10
+
9
11
  {% if page.illustration %}
10
12
  <div class="illustration">
11
13
  <img src="{{ page.illustration | relative_url }}">
data/_sass/home.scss CHANGED
@@ -28,13 +28,18 @@ body.home {
28
28
  margin-bottom: 1em;
29
29
  }
30
30
  .news-item-card {
31
- flex-basis: 20em;
32
31
  max-width: 90vw;
33
32
  border-radius: .5em;
34
33
  padding: 0 .75em;
35
34
  background: #fff;
36
35
  margin-right: 1em;
37
36
 
37
+ min-width: 320px;
38
+ @media screen and (min-width: $bigscreenBreakpoint) {
39
+ min-width: unset;
40
+ flex-basis: 20em;
41
+ }
42
+
38
43
  &.news-item--with-illustration {
39
44
  position: relative;
40
45
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isotc211
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-21 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll