jekyll-webmention_io 2.0.9 → 2.0.10
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b0630d412e28e40cf47fd763d053e98af95e53e
|
4
|
+
data.tar.gz: 7c88ac2c175fd73c3ae51d9abc17cfbc6afda4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 %}
|
data/lib/jekyll/webmention_io.rb
CHANGED
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.
|
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-
|
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
|
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
|