jekyll-webmention_io 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10c4de12f753eb0089ea97d4f6f4d6eb31331b54
4
- data.tar.gz: 543d88d8d727574fb0e237586279b46d219d5468
3
+ metadata.gz: 8b0630d412e28e40cf47fd763d053e98af95e53e
4
+ data.tar.gz: 7c88ac2c175fd73c3ae51d9abc17cfbc6afda4cd
5
5
  SHA512:
6
- metadata.gz: 6e52aa4796d105c11ec3236eb7bd5b7cd6066b1fa436806858d11b456612d58ad426818731d6761ecc75802ea39b830251a36065f8da96fe653acd4665d220f8
7
- data.tar.gz: 3797235cbbca4a0abae1264235d98030f868bce8014f1677a3f1fccf3ab8706d83e6d74a90d9c05c3973df77f6a004b67804237c7fed2753b2273f472a96ba43
6
+ metadata.gz: 28e6b317c941e1c091d51d9b9b044d61e923e0e17321e402ccdeb4a7b2a946e34b47299d39498665f887eb179075fd45a4091c42623f8e2890be8783e21cf074
7
+ data.tar.gz: 4031eca93951008c31cb3a935de3cecb14ce5876cd5743c0611c04c60629b8ea1fb968bfa2cad3af3dd65c3f03e65511e54d971bbb66d644a3eac37d50275408
@@ -6,7 +6,7 @@
6
6
  {{ webmention.content }}
7
7
  <div class="webmention__meta">
8
8
  {% if webmention.author %}
9
- <a class="u-url" href="{{ webmention.author.url }}">{{ webmention.author.name }}</a>
9
+ <a class="webmention__author h-card u-url" href="{{ webmention.author.url }}">{{ webmention.author.name }}</a>
10
10
  {% endif %}
11
11
  {% if webmention.pubdate and webmention.url %}on{% endif %}
12
12
  {% if webmention.pubdate %}
@@ -6,7 +6,7 @@
6
6
  {{ webmention.content }}
7
7
  <div class="webmention__meta">
8
8
  {% if webmention.author %}
9
- <a class="u-url" href="{{ webmention.author.url }}">
9
+ <a class="webmention__author h-card u-url" href="{{ webmention.author.url }}">
10
10
  {% if webmention.author.photo %}
11
11
  <img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="" title="{{ webmention.author.name }}">
12
12
  {% endif %}
@@ -206,4 +206,4 @@ Dir[File.dirname(__FILE__) + '/generators/*.rb'].each do |file|
206
206
  end
207
207
  Dir[File.dirname(__FILE__) + '/tags/*.rb'].each do |file|
208
208
  require file
209
- end
209
+ end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module WebmentionIO
3
- VERSION = "2.0.9"
3
+ VERSION = "2.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-webmention_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Gustafson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -171,7 +171,7 @@ dependencies:
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0.48'
173
173
  description: |
174
- This Gem includes a full suite of tools for managing webmentions in Jekyll:
174
+ This Gem includes a suite of tools for managing webmentions in Jekyll:
175
175
 
176
176
  * Tags - render webmention info into your templates:
177
177
  ** All webmentions