quattle 1.5.0 → 1.5.1

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: c136a173fd58246d70b15299af9884a7cc0bafb310bf8df226fb8d1b9331ce80
4
- data.tar.gz: 29981c8b3f3f94bf185df40ee53a8539bc313a8400b7bd702d9baf5fb7c22d1b
3
+ metadata.gz: 7cd7b8092918d6d134f28719e9b111670317a44bbfe0ec223bf7ac5f50082b14
4
+ data.tar.gz: fbd09e0acc12900c9f7b2e19cc5ced351aed13ce0bdd12aa4b7dff7d3a06bb61
5
5
  SHA512:
6
- metadata.gz: f74c2fbd09a390c354fa8477847298bc51df6fefe687dead6ff247a86e9d9765b2b0728a0fc9db378a9913098061d74fa99cf1f68cd7e9a49a28a70802f04f0f
7
- data.tar.gz: 8d12947bbd551051432c0dfff0537a10c31a8e8219ad56fe2bdfcf2cbda56715251e8dfc276c95f581e2cad6c115f9e567cd325db1ffcccf609423896c951939
6
+ metadata.gz: 6547ffbf00dfac63eaaed4d9eb0296c530d7b579bd11c9ac07297fbfa8d16ad2b249d94ee7a3b4513b9ce642026dd4b97545bff340a00077eab623ec111659ed
7
+ data.tar.gz: 335fec9e03ddc3109c4a0dd481f9a668246de42a853aa50a00bd396b15663a3545f926f6a0e9d7213fb5b0bc4cd1cf65e27ac64072794c22974d8e82a997cf71
data/_layouts/post.html CHANGED
@@ -24,7 +24,8 @@ layout: default
24
24
  {%- if page.last_modified_at -%}
25
25
  <br><i>Last updated on: {{ page.last_modified_at | date_to_long_string: "ordinal", "US" }}</i>
26
26
  {%- endif -%}
27
- </time>{% if page.link %}<span class="external-link">⌘ External Link</span>{% endif %}
27
+ <br><span class="author">{% include author.html %}</span>
28
+ </time>
28
29
 
29
30
  {{ content | smartify }}
30
31
 
@@ -42,11 +43,12 @@ layout: default
42
43
  </div>
43
44
 
44
45
  {% if page.link %}
46
+ <br>
45
47
  <span class="source" role="doc-endnotes">
46
48
  source: <a href="{{ page.link }}">{{ page.link | remove:'http://' | remove:'www.' | remove:'https://' | split:'/' | first }}</a>
47
49
  </span><br>
48
50
  {% endif %}
49
- <br><br>
51
+ <br>
50
52
 
51
53
  </article>
52
54
 
data/_sass/_posts.scss CHANGED
@@ -5,10 +5,10 @@ figure {
5
5
  margin-left: 0;
6
6
  margin-top: 1.5em;
7
7
  margin-bottom: 2em;
8
-
8
+
9
9
  & > :nth-last-child(2) {
10
10
  margin-bottom: 0;
11
-
11
+
12
12
  & > :last-child {
13
13
  margin-bottom: 0;
14
14
  }
@@ -23,7 +23,7 @@ figure {
23
23
  margin-left: 0;
24
24
  margin-right: 0;
25
25
  margin-top: 0;
26
-
26
+
27
27
  figcaption {
28
28
  margin-top: 1em;
29
29
  margin-right: 2em;
@@ -33,11 +33,11 @@ figure {
33
33
  &.attributed-quote {
34
34
  margin-left: 0;
35
35
  margin-right: 0;
36
-
36
+
37
37
  figcaption {
38
38
  margin-top: 0.8em;
39
39
  margin-left: 4em;
40
-
40
+
41
41
  p {
42
42
  display: inline;
43
43
  }
@@ -77,7 +77,7 @@ figure {
77
77
  .post-title,
78
78
  .post-title a {
79
79
  color: $text;
80
-
80
+
81
81
  @media (prefers-color-scheme: light) {
82
82
  color: $light-scheme-text;
83
83
  }
@@ -94,38 +94,38 @@ figure {
94
94
  margin-top: -.4rem;
95
95
  margin-bottom: 1rem;
96
96
  color: $text;
97
-
97
+
98
98
  @media (prefers-color-scheme: light) {
99
99
  color: $light-scheme-text;
100
100
  }
101
101
  }
102
102
 
103
103
  .permalink {
104
- display: block;
104
+ display: inline;
105
105
  margin-top: -1rem;
106
106
  margin-bottom: 1.5rem;
107
107
  color: $text;
108
-
108
+
109
109
  @media (prefers-color-scheme: light) {
110
110
  color: $light-scheme-color;
111
111
  }
112
112
  }
113
113
 
114
- .external-link {
115
- display: block;
114
+ .author {
115
+ display: inline;
116
116
  margin-top: -1rem;
117
117
  margin-bottom: 1.5rem;
118
118
  opacity: .7;
119
119
  color: $text;
120
-
120
+
121
121
  @media (prefers-color-scheme: light) {
122
122
  color: $light-scheme-accent;
123
123
  opacity: 1;
124
- }
124
+ }
125
125
  }
126
126
 
127
127
  .tag-list {
128
-
128
+
129
129
  a:link {
130
130
  color: $color;
131
131
  display: inline-block;
@@ -138,7 +138,7 @@ figure {
138
138
  margin-bottom: .5rem;
139
139
  margin-right: .1rem;
140
140
  font-size: 90%;
141
-
141
+
142
142
  @media (prefers-color-scheme: light) {
143
143
  color: $light-scheme-color;
144
144
  border: 1.5px solid #d2d2d2;
@@ -158,7 +158,7 @@ a:visited {
158
158
  margin-bottom: .5rem;
159
159
  margin-right: .1rem;
160
160
  font-size: 90%;
161
-
161
+
162
162
  @media (prefers-color-scheme: light) {
163
163
  color: $light-scheme-color;
164
164
  border: 1.5px solid #d2d2d2;
@@ -175,7 +175,7 @@ a:visited {
175
175
  margin-top: 2rem;
176
176
  font-variant: small-caps;
177
177
  }
178
-
178
+
179
179
  .PageNavigation a {
180
180
  display: inline;
181
181
  width: auto;
@@ -187,10 +187,3 @@ a:visited {
187
187
  width: auto;
188
188
  text-align: right;
189
189
  }
190
- .related-posts {
191
- padding-left: 0;
192
- list-style: none;
193
- h3 {
194
- margin-top: 0;
195
- }
196
- }
data/_sass/_type.scss CHANGED
@@ -109,10 +109,10 @@ blockquote {
109
109
  font-size: 92%;
110
110
  opacity: .9;
111
111
  position: relative;
112
- border-left: 4px solid $accent;
112
+ border-left: 4px solid $header;
113
113
 
114
114
  @media (prefers-color-scheme: light) {
115
- border-left: 4px solid $light-scheme-accent;
115
+ border-left: 4px solid $light-scheme-header;
116
116
  opacity: .8;
117
117
  }
118
118
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quattle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Wynne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  requirements: []
99
- rubygems_version: 3.3.3
99
+ rubygems_version: 3.3.7
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: Quattle is a modern, responsive and customizable theme for Jekyll 4.