jekyll-webmention_io 3.3.1 → 3.3.2

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: 473472bcc8567492a2db3ecb852e078b32f41054
4
- data.tar.gz: 1e7f8c22123721252a59ed1a33c9ab92fbab6c7a
3
+ metadata.gz: 33b8089dd07065db73ad59fbf4da05f5e6a6a65d
4
+ data.tar.gz: 4dcd8591cc9ff96aff981440d1042538c595e7f1
5
5
  SHA512:
6
- metadata.gz: db34e11302e94d993296bdd5fbc8f5e301ac802a70d57d2522cfbd9cdcde1dd31d14ea3edddb4e4f9ca4f395afaeef20d1037cf004352381488e38c29f7b7289
7
- data.tar.gz: ea4236b8179f4d02ce098c0e470b9aa3cd9d731af92a540d68860f7919d1440daa9213bee580670fe75968b029c931caa4ddf21b8779619ea7a2eb7716e23358
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>
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module WebmentionIO
5
- VERSION = "3.3.1"
5
+ VERSION = "3.3.2"
6
6
  end
7
7
  end
@@ -160,11 +160,7 @@ module Jekyll
160
160
 
161
161
  end # if post
162
162
 
163
- if title
164
- markdownify(title)
165
- else
166
- title
167
- end
163
+ title
168
164
  end
169
165
 
170
166
  def determine_content
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.1
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-06 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll