typographical 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e56a96eeed0d8d6b8ccb6098a2b35801126040548bea06c9227b09e1934a135
4
- data.tar.gz: 3e143f6f94a0283d9cee287e9f3e1d24185309be7c0cbd985da0b784e68616b7
3
+ metadata.gz: '073802595362024454a7e1db9d74c3542ef6ca1a2aa57fde0d67c5cd937d81d7'
4
+ data.tar.gz: 911479952cb04a4386ee621c0cacc30f39eb27308cc5ae8640913527a066e8e8
5
5
  SHA512:
6
- metadata.gz: bc1e77f70b17d8cb1ae4925154836433f5e5ad8d23db044388466a0a3076c219dcceb044cae0300a5de363f1cd34d9aa23b6a10d6c92a796c37cf9f03a1d6010
7
- data.tar.gz: 26c2e569d3a9857abb2592d80ce54f977f4cb027e768aa9f75a284286d2edc096bd0dcc7296c3600209b7c426d9076569ee7816f4403c415c0abc87f9264b2e0
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.google_plus %}
10
- <a href="https://plus.google.com/+{{ page.author.google_plus | replace: '+', '' }}?rel=author">{{ page.author.name }}</a>
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.google_plus %}
16
- <a rel="author" href="https://plus.google.com/+{{ site.author.google_plus | replace: '+', '' }}">{{ site.author.name }}</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.3
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-06 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll