noir-for-jekyll 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/_layouts/post.html +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1c6ef63826546b7967cbad2cf1c0e7fcfe20c71b28d9f023327496f55b8f697
4
- data.tar.gz: 4b529fc5636474abf4481b72f7a9db538c161c508b7bc0bd556198464d4ad40a
3
+ metadata.gz: 5a4f9e2c0fbc0051dd697a1aaf17e2d449ce22db5c5f08c7b29b28f64850bd4e
4
+ data.tar.gz: 49811a21ed7267209eb5cd8a863e1de114e6c4039109eb2919b359fef1505306
5
5
  SHA512:
6
- metadata.gz: 0f4c9c3040e5f95ab40b502fa7be79900cb9a0ff1a24b2c1a77aec6a13b94442b8b7847a617ccd2ba8f1614f5d1e58289325eeef20cc7ed66c779da1f3d176b0
7
- data.tar.gz: 6e490405afd9e6e65593c07007e122725c6280dedfe2d252e05f2b72c3fbd7b8aaaed53d2f462aef07faa504549bcd686f173e796776a14fadb7fd9c5cd89e36
6
+ metadata.gz: db3759e0b8139205df2895978de671135b6d80fc34f7790ef0f9963f43a3d1c7ea659495d31f9fdcd20aafc93cf589379a0f379e5243c4d63a4faf478e6a99c0
7
+ data.tar.gz: 48f863c62f85c11ce4d8a98ebe5966e8d15a0f62baa0cbc784af8d6f8535f5ca5429b89bd6d3666a6dc8ad85466e7a52865dba7bcaca250bcf1af21934c50143
data/README.md CHANGED
@@ -24,6 +24,8 @@ Fully responsive, with an emphasis on mobile friendly design and interaction.
24
24
 
25
25
  Enabled forced curly/smart quotes across all content with the `{ | smartify }` liquid filter.
26
26
 
27
+ Rich preview links when shared via iMessage on iOS/macOS/watchOS.
28
+
27
29
  A wide variety of HTML elements commonly used in online Markdown writing (blockquotes, headers, tables, boxes/buttons, figure captions, code blocks, footnotes) have been styled.
28
30
 
29
31
  A single line added to a post's front matter can enable:
data/_layouts/post.html CHANGED
@@ -22,7 +22,7 @@ layout: default
22
22
  {% unless forloop.last %} {% endunless %}
23
23
  {% endfor %}
24
24
  {%- if page.last_modified_at -%}
25
- <br><i>Last updated on: {{ page.last_modified_at | {{ page.date | date_to_long_string: "ordinal", "US" }}</i>
25
+ <br><i>Last updated on: {{ page.last_modified_at | date_to_long_string: "ordinal", "US" }}</i>
26
26
  {%- endif -%}
27
27
  </time>{% if page.link %}<span class="external-link">External Link</span>{% endif %}
28
28
 
@@ -60,7 +60,7 @@ layout: default
60
60
  <li>
61
61
  <a href="{{ site.baseurl }}{{ post.url }}">
62
62
  {{ post.title | smartify }}
63
- <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | {{ page.date | date_to_long_string: "ordinal", "US" }}</time></small>
63
+ <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_long_string: "ordinal", "US" }}</time></small>
64
64
  </a>
65
65
  </li>
66
66
  {% endfor %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noir-for-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2020-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll