taletype 0.1.16 → 0.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 +4 -4
- data/_layouts/post.html +8 -2
- data/_sass/tale/_post.scss +21 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85362b7cdce29915c02d48272215d8cb6c12c2830a2d3c57cbee6c5ed2dd6788
|
4
|
+
data.tar.gz: 8b6329b65c25f2b141748b2b8d756e438082b6fee62575fdc93a5e956b81ba94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 788a91f71957350ccf18af6f6321ffc52e376f03245728dc845d59bca481cc730228ac3a0f4aa838d828e729a07a92ed7103080c008ceea907122c2b9edbfea0
|
7
|
+
data.tar.gz: 74ae44a5390acc2dbbabbefc993aa59346ff03355e605b186e6fd61eaad2b91dfbad7e32575bf68b263baceade8faa915a0aa164db7d3590004ec9e741777aaa
|
data/_layouts/post.html
CHANGED
@@ -23,9 +23,15 @@ layout: default
|
|
23
23
|
|
24
24
|
<br />
|
25
25
|
|
26
|
-
<div
|
26
|
+
<div class="extra-info">
|
27
|
+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
|
28
|
+
本文采用<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.zh">「CC BY-SA 4.0」</a>知识共享许可协议,如果还喜欢其他文章,
|
27
29
|
欢迎<a href="/subscription">订阅“胡涂说”博客</a>。
|
28
|
-
|
30
|
+
|
31
|
+
<figure>
|
32
|
+
<img src="{{site.wechat_official}}" width="150" alt="公众号">
|
33
|
+
<figcaption>微信公众号同步更新,欢迎关注😊</figcaption>
|
34
|
+
</figure>
|
29
35
|
</div>
|
30
36
|
|
31
37
|
{% include comments.html %}
|
data/_sass/tale/_post.scss
CHANGED
@@ -102,4 +102,24 @@
|
|
102
102
|
@include mq($until: tablet) {
|
103
103
|
margin-bottom: $line-height-medium - half(quarter($line-height-medium));
|
104
104
|
}
|
105
|
-
}
|
105
|
+
}
|
106
|
+
|
107
|
+
.extra-info {
|
108
|
+
|
109
|
+
figure {
|
110
|
+
display: block;
|
111
|
+
margin: auto;
|
112
|
+
|
113
|
+
img {
|
114
|
+
display: block;
|
115
|
+
margin: auto;
|
116
|
+
text-align: center;
|
117
|
+
}
|
118
|
+
|
119
|
+
figcaption {
|
120
|
+
text-align: center;
|
121
|
+
font-size: 14px;
|
122
|
+
}
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: taletype
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hutusi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|