jekyll-bluesky 0.21.0 → 0.23.0
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/lib/jekyll-bluesky/version.rb +1 -1
- data/lib/jekyll-bluesky.rb +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 665ba6d592f80381f1c4a5e1f2b36f0d8fb7801b0f8bc96eef76c4e6bdc653f4
|
4
|
+
data.tar.gz: 1eaad7c384d8f4d9f6cec0cb8170611cb1265dc3ea72ef09415c94091c9bcdb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a533202e93c383e0571c1181c5e235d35420d9eaf43b6ec14b88e9014b95941da2edee8b9c1b105cf4d4f3888a0fd5a8ef5e9c274e4a9a1e9ec3b802a698226
|
7
|
+
data.tar.gz: c4cd0b1bd986dd3ca476410362958f36580e1fc9a1f2de20e12aa5863c699907cfcda1535135c757916b4e806dc36aa889495e92590aeb7ae8db449990e6a9dc
|
data/lib/jekyll-bluesky.rb
CHANGED
@@ -95,6 +95,7 @@
|
|
95
95
|
.bluesky-author-info {
|
96
96
|
display: flex;
|
97
97
|
flex-direction: column;
|
98
|
+
align-items: flex-start;
|
98
99
|
}
|
99
100
|
.author-name {
|
100
101
|
font-weight: bold;
|
@@ -169,6 +170,9 @@
|
|
169
170
|
styles + formatted_posts
|
170
171
|
end
|
171
172
|
|
173
|
+
|
174
|
+
end
|
175
|
+
|
172
176
|
class FileCache
|
173
177
|
def initialize(path)
|
174
178
|
@cache_folder = File.expand_path path
|