betterplace-content 0.3.20 → 0.3.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27ab279715e328374c8291fe2f52607bc4cd96fd
4
- data.tar.gz: e12e1060f44246b99f9b282479a55900980af3c1
3
+ metadata.gz: dd92f0f96fa7f1770096ecf4d551a5b811dc4220
4
+ data.tar.gz: 5d660435b84bf65c97bfdf9f690630d362fd6d23
5
5
  SHA512:
6
- metadata.gz: eaa8ec603fe2cfcd7fd4ae91381ceef5dafa7ad3f66fc518d7b88ef823715f1071cea85d10dea45e6d037e2219b0f986ccc7974cbaeaffa5748bbd2682303c0e
7
- data.tar.gz: 5606ac81a89bc875db41e8e71b6722bac64dfbb46c5ce504bf2b3bb55eb7efd61df16d62ff4a4cac2cf6166eb956a475d2f5318320657b75270cf88e96c5b920
6
+ metadata.gz: e52ce8a05bd11cd88b4acd3cc06d8355d4a0ab925eaafb0c469186ca17fe7cd1e1bce53ca45b5ba4286474f3785814a8d0f8b9ccdfa1cc91244d3431e72ac232
7
+ data.tar.gz: 3e402ec9fe194642b230ec965c3561dcfcf758c6b1568aad4727d766470a7e5db3be6786171c2af28b29410ec9ad8cada411d14e4c40a9feab48d79f7674ef7c
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta content="width=device-width, initial-scale=1, maximum-scale=3" name="viewport" />
6
+ {% if page.noindex %}<meta content="noindex, nofollow" name="robots" />{% endif %}
6
7
  <!--
7
8
  Generated {{ 'now' | date: "%F %T" }}
8
9
  Layout {{ page.layout }}
data/_layouts/news.html CHANGED
@@ -17,7 +17,8 @@ layout: default
17
17
  </div>
18
18
 
19
19
  <div class="{{ page.grid_class }}">
20
- <div class="row news-article">
20
+
21
+ <div class="news-article">
21
22
  {% if page.author %}
22
23
  <div class="news-meta-information m-b">
23
24
  <div class="news-author">
@@ -34,6 +35,7 @@ layout: default
34
35
 
35
36
  {{ content }}
36
37
  </div>
38
+
37
39
  </div>
38
40
  </div>
39
41
  </div>
@@ -19,14 +19,15 @@
19
19
  font-size: 16px
20
20
 
21
21
  .help-categories
22
- ul
23
- display: flex
24
- justify-content: center
22
+ +desktop
23
+ ul
24
+ display: flex
25
+ justify-content: center
25
26
 
26
- li > a
27
- padding-right: 10px
28
- padding-left: 10px
29
- border-right: 1px solid $light-grey
27
+ li > a
28
+ padding-right: 10px
29
+ padding-left: 10px
30
+ border-right: 1px solid $light-grey
30
31
 
31
- li:last-child a
32
- border-right: 0
32
+ li:last-child a
33
+ border-right: 0
@@ -62,11 +62,8 @@
62
62
  left: 0
63
63
  right: 0
64
64
  height: 30px
65
- background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%)
66
- background-image: -o-linear-gradient(top, transparent 0%, #fff 100%)
67
- background-image: linear-gradient(to bottom, transparent 0%, #fff 100%)
65
+ background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%)
68
66
  background-repeat: repeat-x
69
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFFFFFFF', GradientType=0)
70
67
 
71
68
  .news-post-teaser-author
72
69
  flex-shrink: 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20
4
+ version: 0.3.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-09 00:00:00.000000000 Z
11
+ date: 2018-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubyforge_project:
180
- rubygems_version: 2.6.11
180
+ rubygems_version: 2.6.14
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: betterplace.org's Jekyll Content Theme