typographical 1.1.4 → 1.1.5

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: '073802595362024454a7e1db9d74c3542ef6ca1a2aa57fde0d67c5cd937d81d7'
4
- data.tar.gz: 911479952cb04a4386ee621c0cacc30f39eb27308cc5ae8640913527a066e8e8
3
+ metadata.gz: 56f6d6f27acd412947761c76a7371f77a20edaf2ce0de9b7fc7a2c0b9cbc3929
4
+ data.tar.gz: 5078d3de7cb8b516b465296bbc45a0a1e3ab135f84990618ee2f494bd9c842b6
5
5
  SHA512:
6
- metadata.gz: 7ebccc8eb7711155ea728bcfd1169bc554f1742705c3f421ebd05af2291d23afc3cdad330c4660aaa1583c62fff2ee2ec1f45b2cd54b892a85c2154ebaf90b99
7
- data.tar.gz: 38928ebc04b9696cf9972a193c0201756410e72d6ae5c0ca60665d602a6b030bee4117facd85a343c3f4a05704000cb4b798867dcd81654c2c9cc1847aa49ad3
6
+ metadata.gz: 6808babfd40150bf3ee3506553bd766f204378297088d4b7bb0981dcbcaffce327bbfbcdab83916b03d3505e508c8efd8020c7919a5ccef779411718a5ef0f1c
7
+ data.tar.gz: f98c15c5d067ce527970478c131ff60193ac4dcfe7371c254e4042e319d7d5f3c63af20772f50ad2c86f5e0afdf280eb263e219c8c0f62a2fbb84a46089df659
data/_layouts/post.html CHANGED
@@ -4,7 +4,6 @@ layout: default
4
4
 
5
5
  <div class="post">
6
6
  <div class="post-info">
7
- <span>Written by</span>
8
7
  {% if page.author %}
9
8
  {% if page.author.url %}
10
9
  <a href="{{ page.author.url }}" rel=author target="_blank">{{ page.author.name }}</a>
@@ -21,7 +20,7 @@ layout: default
21
20
 
22
21
  {% if page.date %}
23
22
  <br>
24
- <span>on&nbsp;</span><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: "%B %d, %Y" }}</time>{% if page.published == false %} (unpublished){% endif %}
25
24
  {% endif %}
26
25
  </div>
27
26
 
@@ -223,3 +223,13 @@ footer, .share-bar, .nav-container { /* Disable selection of some elements */
223
223
  background: none;
224
224
  }
225
225
  }
226
+
227
+ .post-info > a::before {
228
+ content: "Written by ";
229
+ font-style: italic;
230
+ }
231
+
232
+ .post-info time::before {
233
+ content: "on ";
234
+ font-style: italic;
235
+ }
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.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ram Iyer