jekyll-bland 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5c88664f50c858662ae0205765c282090190bb0
4
- data.tar.gz: 3e016b41ed121306cdea32de971a2eda24739c4c
3
+ metadata.gz: 6498a0b8c31a36234bf9c3cdd25b1ef0db4d3923
4
+ data.tar.gz: bbb369ec6cf6f3a20049bbb7c6a8ce2e38a575e6
5
5
  SHA512:
6
- metadata.gz: 94b5c936a55f7b23dbcbbba7551cc1bfa168a0119dace1eb48b4860d55358c565a4bc3cd7bb2dc97055d241e1a5e3c1c55deebcf7dd22dd8a849d8d933a9f714
7
- data.tar.gz: d7323c580e89659d7d02b1d57cb8c5bc1a2e87d038af11827c97fc6986293455d19e3d7a76046ba8c52a66bac87db1afd7a4fa577d724acc2c2876ce437136f9
6
+ metadata.gz: 06bcae5c62095b2603addbcc65e4f8b7836598c1d0175e0516ec3ff9ea2c3cda216efbef2ed24fdd6896d5a07469307c0d802e4086a40241b37db5d11a4572c4
7
+ data.tar.gz: e657667b1aaeb1030f966e21c388eb0ee0fbd8b651cfea0c87b6108237f0f6f870bcbf2f11b37506fae38c8069b2a63e9255c4b5300e719bd17a4d6ffe96fbf8
@@ -1 +1 @@
1
- <a href="{{ "/feed.xml" | relative_url }}">Subscribe</a>
1
+ <a href="{{ "/feed.xml" | relative_url }}">Subscribe</a>
@@ -6,7 +6,7 @@ layout: default
6
6
 
7
7
  {{ content }}
8
8
 
9
- {% assign date_format = site.listing_date_format | default:site.date_format | default:"%-d %b %Y" %}
9
+ {% assign date_format = site.listing_date_format | default:site.date_format | default:"%-d %B %Y" %}
10
10
  {% for post in site.posts %}
11
11
  <div class="listing-item">
12
12
  <span class="listing-date">{{ post.date | date:date_format }}</span>
data/_layouts/tags.html CHANGED
@@ -18,7 +18,7 @@ layout: default
18
18
  {% endfor %}
19
19
  </ul>
20
20
 
21
- {% assign date_format = site.listing_date_format | default:site.date_format | default:"%B %-d, %Y" %}
21
+ {% assign date_format = site.listing_date_format | default:site.date_format | default:"%-d %B %Y" %}
22
22
  {% for tag in sorted_tags %}
23
23
  {% assign t = tag | first %}
24
24
  {% assign posts = tag | last %}
@@ -222,3 +222,11 @@ figure > figcaption {
222
222
  margin-top: -.5rem;
223
223
  text-align: center;
224
224
  }
225
+
226
+ figcaption > a {
227
+ color: $color-text-light;
228
+ }
229
+
230
+ figcaption > a:hover {
231
+ color: $color-text;
232
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bland
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Davies