jekyll-whiteglass 1.11.3 → 1.11.5

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
  SHA256:
3
- metadata.gz: e26a4e7ee1aea1e4b008246395b610e952d6470edc2f43c6a6ba148bc14a5aca
4
- data.tar.gz: 1c7d8d85449d53bedcc74071bb9b550f1db150528a0c5cfb0f9373171506fc7b
3
+ metadata.gz: c9e971f02eceb2fa1f5e5c845f912908ccdce9dca7dc56fc6f75d45775f6d58e
4
+ data.tar.gz: 53cfc559b449a2720e771e7c845bdb4ef6e79ba1e837f3009995b22400f36ca8
5
5
  SHA512:
6
- metadata.gz: cbc448b1ac7652b7fba8fe9cfcc2799ffc48cfdba94e3643748453153993a6612e554a8a0b1d0c7f61e539a950916cc6599b34e95b9c86cf7fcb7c29e9af3347
7
- data.tar.gz: 33826903967c98828729cd8ceba45d6ff99253a1bfa5bc156eb7e73cbf4a77717668878932da7c61baed2664a9428785d6b2e08aa1d0ca31f864d1712ec3caa0
6
+ metadata.gz: 7cd7b461b2981e4f895b3556df8310fa8f1399e9fc5d1f5f67735c1b404819b7cc6017fda789d794da7e42452062b0b01bb2e293e0580039adcfa021ac08c7d9
7
+ data.tar.gz: efc06ac087460982bbc09824bb3ac8d94483eb2de593bb286166345c18c952eef1e5c1bd4e9dfaca073e651e91088d7ee6eb1ec64a258c3e143a55da57435043
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.11.5 (2024-07-31)
4
+
5
+ - Fix Sass warnings
6
+
7
+ ## 1.11.4 (2024-05-11)
8
+
9
+ - Remove duplicated last slash from feed id
10
+
3
11
  ## 1.11.3 (2023-08-30)
4
12
 
5
13
  - Fix SASS calc() issue (#50)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # whiteglass
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/jekyll-whiteglass.svg)](https://badge.fury.io/rb/jekyll-whiteglass)
4
- [![CircleCI](https://circleci.com/gh/yous/whiteglass/tree/master.svg?style=shield)](https://circleci.com/gh/yous/whiteglass/tree/master)
4
+ [![CI](https://github.com/yous/whiteglass/actions/workflows/main.yml/badge.svg)](https://github.com/yous/whiteglass/actions/workflows/main.yml)
5
5
 
6
6
  Minimal, responsive Jekyll theme for hackers.
7
7
 
data/_layouts/feed.xml CHANGED
@@ -11,7 +11,7 @@ layout: null
11
11
  <link href="{{ feed_path | absolute_url }}" rel="self" type="application/atom+xml" />
12
12
  <link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" {% if site.lang %}hreflang="{{ site.lang }}" {% endif %}/>
13
13
  <updated>{{ site.time | date_to_xmlschema }}</updated>
14
- <id>{{ '/' | absolute_url | xml_escape }}/</id>
14
+ <id>{{ '/' | absolute_url | xml_escape }}</id>
15
15
 
16
16
  {% if site.title %}
17
17
  <title type="html">{{ site.title | smartify | xml_escape }}</title>
@@ -40,10 +40,10 @@
40
40
  .page-link {
41
41
  padding: 20px 0;
42
42
 
43
+ margin-left: 20px;
43
44
  &:not(:last-child) {
44
45
  margin-right: 0;
45
46
  }
46
- margin-left: 20px;
47
47
  }
48
48
  }
49
49
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-whiteglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.3
4
+ version: 1.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2024-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  - !ruby/object:Gem::Version
153
153
  version: '0'
154
154
  requirements: []
155
- rubygems_version: 3.4.10
155
+ rubygems_version: 3.5.11
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Minimal, responsive Jekyll theme for hackers.