typographical 1.1.14 → 1.1.15

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
  SHA256:
3
- metadata.gz: 423f2201a81ce1f0b97848b401ad5124b8165061c0a0502f6cdfb311a555fc00
4
- data.tar.gz: 7ddbd4828a87c2923c2784284439e453170ee93c4945dd1edf3c8fe437b5be56
3
+ metadata.gz: '0159fd82696caf6d0340158e4878e7450c6e9fba16202de3a633cdb20fec1968'
4
+ data.tar.gz: 38194723f343ec03d1b2962d4208bc02e14e8704d6365debc1a0e79bb274f583
5
5
  SHA512:
6
- metadata.gz: 99209f20309943ea76331b3c8866c99b0c98daecfdd0cb25046a682972a4ee37b04575e72e276d5a8c2cb0219771701221b32bda65d5a188677c77df7c739f13
7
- data.tar.gz: 6b4d0ee64a983fb1de35913364db0b5e8c5a2ce09ad01027b4511f8fefd5d79d2cab00471361fa7918756f08ccbb9bf18b81414f3223a197d4e466d69dd895cf
6
+ metadata.gz: c34a68305770d60d277332f9ca4d744f91011f183255a387c66d1da5bb631701f310bf7e982b0ea8d67b8f6b6917ad10148bf1c3e51304d901227747957cd5ca
7
+ data.tar.gz: 79da032efcf60f8d3de5674cf2ffa33730db38a1d3cdb156f3b7ae7489433e7a811265e231a7eb9333defd18a58874f8247b43801b9ab48c3c0804e7dfe649d7
@@ -6,7 +6,7 @@ layout: default
6
6
  {% for post in paginator.posts %}
7
7
  <a href="{{ post.url | prepend: site.baseurl }}" class="catalogue-item">
8
8
  <div>
9
- <time datetime="{{ post.date }}" class="catalogue-time">{{ post.date | date: "%B %d, %Y" }}</time>{% if site.wpm %}<span class="catalogue-time"> | {{ post.content | number_of_words | divided_by: site.wpm }} min read</span>{% endif %}
9
+ <time datetime="{{ post.date }}" class="catalogue-time">{{ post.date | date_to_long_string }}</time>{% if site.wpm %}<span class="catalogue-time"> | {{ post.content | number_of_words | divided_by: site.wpm }} min read</span>{% endif %}
10
10
  <h1 class="catalogue-title">{{ post.title | smartify }}</h1>
11
11
  <div class="catalogue-line"></div>
12
12
 
@@ -20,7 +20,17 @@ layout: default
20
20
 
21
21
  {% if page.date %}
22
22
  <br>
23
- <time datetime="{{ page.date }}">{{ page.date | date: "%B %d, %Y" }}</time>{% if page.published == false %} (unpublished){% endif %}
23
+ <time datetime="{{ page.date }}">{{ page.date | date_to_long_string }}</time>{% if page.published == false %} (unpublished){% endif %}
24
+ <div class="hidden">
25
+ <!-- The date and time when your article was originally published -->
26
+ <time class="op-published" datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date_to_string: "ordinal" }}</time>
27
+ </div>
28
+ {% endif %}
29
+ {% if page.modified %}
30
+ <div class="hidden">
31
+ <!-- The date and time when your article was last updated -->
32
+ <time class="op-modified" dateTime="{{ page.modified | date_to_xmlschema }}">{{ page.modified | date_to_string: "ordinal" }}</time>
33
+ </div>
24
34
  {% endif %}
25
35
  </div>
26
36
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typographical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.14
4
+ version: 1.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ram Iyer