typographical 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.html +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '073802595362024454a7e1db9d74c3542ef6ca1a2aa57fde0d67c5cd937d81d7'
|
4
|
+
data.tar.gz: 911479952cb04a4386ee621c0cacc30f39eb27308cc5ae8640913527a066e8e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ebccc8eb7711155ea728bcfd1169bc554f1742705c3f421ebd05af2291d23afc3cdad330c4660aaa1583c62fff2ee2ec1f45b2cd54b892a85c2154ebaf90b99
|
7
|
+
data.tar.gz: 38928ebc04b9696cf9972a193c0201756410e72d6ae5c0ca60665d602a6b030bee4117facd85a343c3f4a05704000cb4b798867dcd81654c2c9cc1847aa49ad3
|
data/_layouts/post.html
CHANGED
@@ -6,14 +6,14 @@ layout: default
|
|
6
6
|
<div class="post-info">
|
7
7
|
<span>Written by</span>
|
8
8
|
{% if page.author %}
|
9
|
-
{% if page.author.
|
10
|
-
<a href="
|
9
|
+
{% if page.author.url %}
|
10
|
+
<a href="{{ page.author.url }}" rel=author target="_blank">{{ page.author.name }}</a>
|
11
11
|
{% else %}
|
12
12
|
{{ page.author.name }}
|
13
13
|
{% endif %}
|
14
14
|
{% else %}
|
15
|
-
{% if site.author.
|
16
|
-
<a
|
15
|
+
{% if site.author.url %}
|
16
|
+
<a href="{{ site.author.url }}" rel="author" target="_blank">{{ site.author.name }}</a>
|
17
17
|
{% else %}
|
18
18
|
{{ site.author.name }}
|
19
19
|
{% endif %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typographical
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ram Iyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|