jekyll-webmention_io 3.3.1 → 3.3.2
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 +4 -4
- data/lib/jekyll/templates/bookmarks.html +2 -2
- data/lib/jekyll/templates/likes.html +1 -1
- data/lib/jekyll/templates/links.html +2 -2
- data/lib/jekyll/templates/posts.html +1 -1
- data/lib/jekyll/templates/replies.html +2 -2
- data/lib/jekyll/templates/reposts.html +1 -1
- data/lib/jekyll/templates/rsvps.html +1 -1
- data/lib/jekyll/templates/webmentions.html +2 -2
- data/lib/jekyll/webmention_io/version.rb +1 -1
- data/lib/jekyll/webmention_io/webmention_item.rb +1 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33b8089dd07065db73ad59fbf4da05f5e6a6a65d
|
|
4
|
+
data.tar.gz: 4dcd8591cc9ff96aff981440d1042538c595e7f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d04a8b7e3f54e1d13235f5d68d3a781f8c2185e1662fdabc4a202f54750683ef215f00dd0b02bf3b0a8af2cb99d019128cf49ab78f3da54dddcecc6f4d7ec411
|
|
7
|
+
data.tar.gz: 7692c870f2e8cc5068a132de7176906c3280bdfe96ff6d6db6dbeb351bb03a98f2a4ee3a075cfc245e24cec528818ca061a96859b11ec6ace2235858838e655c
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
<div class="webmention__meta">
|
|
10
10
|
{% if webmention.author %}
|
|
11
|
-
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}">{{ webmention.author.name }}</a>
|
|
11
|
+
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}" rel="nofollow">{{ webmention.author.name }}</a>
|
|
12
12
|
{% endif %}
|
|
13
13
|
{% if webmention.pubdate and webmention.url %}on{% endif %}
|
|
14
14
|
{% if webmention.pubdate %}
|
|
15
|
-
<a class="webmention__source u-url" href="{{ webmention.url }}">
|
|
15
|
+
<a class="webmention__source u-url" href="{{ webmention.url }}" rel="nofollow">
|
|
16
16
|
<time class="webmention__pubdate dt-published" datetime="{{ webmention.pubdate | date: '%FT%T%:z' }}">{{ webmention.pubdate | date: '%d %B %Y' }}</time>
|
|
17
17
|
</a>
|
|
18
18
|
{% endif %}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{% for webmention in webmentions %}
|
|
5
5
|
<li id="webmention-{{ webmention.id }}" class="webmentions__item webmention webmention--{{ webmention.type }}">
|
|
6
6
|
<div class="webmention__author p-author h-card">
|
|
7
|
-
<a class="u-url" href="{{ webmention.author.url }}">
|
|
7
|
+
<a class="u-url" href="{{ webmention.author.url }}" rel="nofollow">
|
|
8
8
|
<img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="" title="{{ webmention.author.name }}">
|
|
9
9
|
</a>
|
|
10
10
|
</div>
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
<div class="webmention__meta">
|
|
10
10
|
{% if webmention.author %}
|
|
11
|
-
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}">{{ webmention.author.name }}</a>
|
|
11
|
+
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}" rel="nofollow">{{ webmention.author.name }}</a>
|
|
12
12
|
{% endif %}
|
|
13
13
|
{% if webmention.pubdate and webmention.url %}on{% endif %}
|
|
14
14
|
{% if webmention.pubdate %}
|
|
15
|
-
<a class="webmention__source u-url" href="{{ webmention.url }}">
|
|
15
|
+
<a class="webmention__source u-url" href="{{ webmention.url }}" rel="nofollow">
|
|
16
16
|
<time class="webmention__pubdate dt-published" datetime="{{ webmention.pubdate | date: '%FT%T%:z' }}">{{ webmention.pubdate | date: '%d %B %Y' }}</time>
|
|
17
17
|
</a>
|
|
18
18
|
{% endif %}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<ol class="webmentions__list">
|
|
4
4
|
{% for webmention in webmentions %}
|
|
5
5
|
<li id="webmention-{{ webmention.id }}" class="webmentions__item webmention webmention--{{ webmention.type }}">
|
|
6
|
-
<a class="webmention__title webmention__source u-url" href="{{ webmention.url }}">{{ webmention.title }}</a>
|
|
6
|
+
<a class="webmention__title webmention__source u-url" href="{{ webmention.url }}" rel="nofollow">{{ webmention.title }}</a>
|
|
7
7
|
<div class="webmention__meta">
|
|
8
8
|
{% if webmention.pubdate %}
|
|
9
9
|
<time class="webmention__pubdate dt-published" datetime="{{ webmention.pubdate | date: '%FT%T%:z' }}">{{ webmention.pubdate | date: '%d %B %Y' }}</time>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
<div class="webmention__meta">
|
|
10
10
|
{% if webmention.author %}
|
|
11
|
-
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}">
|
|
11
|
+
<a class="webmention__author h-card u-url" href="{{ webmention.author.url }}" rel="nofollow">
|
|
12
12
|
{% if webmention.author.photo %}
|
|
13
13
|
<img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="" title="{{ webmention.author.name }}">
|
|
14
14
|
{% endif %}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{% endif %}
|
|
18
18
|
{% if webmention.pubdate and webmention.author %}on{% endif %}
|
|
19
19
|
{% if webmention.pubdate %}
|
|
20
|
-
<a class="webmention__source u-url" href="{{ webmention.url }}">
|
|
20
|
+
<a class="webmention__source u-url" href="{{ webmention.url }}" rel="nofollow">
|
|
21
21
|
<time class="webmention__pubdate dt-published" datetime="{{ webmention.pubdate | date: '%FT%T%:z' }}">{{ webmention.pubdate | date: '%d %B %Y' }}</time>
|
|
22
22
|
</a>
|
|
23
23
|
{% endif %}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{% for webmention in webmentions %}
|
|
5
5
|
<li id="webmention-{{ webmention.id }}" class="webmentions__item webmention webmention--{{ webmention.type }}">
|
|
6
6
|
<div class="webmention__author p-author h-card">
|
|
7
|
-
<a class="u-url" href="{{ webmention.author.url }}">
|
|
7
|
+
<a class="u-url" href="{{ webmention.author.url }}" rel="nofollow">
|
|
8
8
|
<img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="" title="{{ webmention.author.name }}">
|
|
9
9
|
</a>
|
|
10
10
|
</div>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{% for webmention in webmentions %}
|
|
5
5
|
<li id="webmention-{{ webmention.id }}" class="webmentions__item webmention webmention--{{ webmention.type }}">
|
|
6
6
|
<div class="webmention__author p-author h-card">
|
|
7
|
-
<a class="u-url" href="{{ webmention.author.url }}">
|
|
7
|
+
<a class="u-url" href="{{ webmention.author.url }}" rel="nofollow">
|
|
8
8
|
<img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="Avatar for {{ webmention.author.name }}" title="{{ webmention.author.name }}">
|
|
9
9
|
<b class="p-name">{{ webmention.author.name }}</b>
|
|
10
10
|
{{ webmention.content }}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
">
|
|
12
12
|
{% if webmention.author %}
|
|
13
13
|
<div class="webmention__author p-author h-card">
|
|
14
|
-
<a class="u-url" href="{{ webmention.author.url }}">
|
|
14
|
+
<a class="u-url" href="{{ webmention.author.url }}" rel="nofollow">
|
|
15
15
|
{% if webmention.author.photo %}
|
|
16
16
|
<img class="webmention__author__photo u-photo" src="{{ webmention.author.photo }}" alt="" title="{{ webmention.author.name }}">
|
|
17
17
|
{% endif %}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{% endif %}
|
|
36
36
|
{% if webmention.pubdate and webmention.url %}|{% endif %}
|
|
37
37
|
{% if webmention.url %}
|
|
38
|
-
<a class="webmention__source u-url" href="{{ webmention.url }}">Permalink</a>
|
|
38
|
+
<a class="webmention__source u-url" href="{{ webmention.url }}" rel="nofollow">Permalink</a>
|
|
39
39
|
{% endif %}
|
|
40
40
|
</div>
|
|
41
41
|
</article>
|
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: 3.3.
|
|
4
|
+
version: 3.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Gustafson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|