doccoli-jekyll 1.2.2 → 1.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63c19abe854b8d98f383851754a0b2b2bef577fd13cb8411d808c53251865160
4
- data.tar.gz: 57560e5252c808243db73c0d4eb7f4bc4c03c332b936636bf0e2dd81b6f89516
3
+ metadata.gz: 98ce11bb514daa6cf7478b3b855bb86a376a183fe64b5ebdca8444b03b75758f
4
+ data.tar.gz: fe71916b204ae39e7286a29a2d45216aa81c3136777e36337e8326d8d1778f9f
5
5
  SHA512:
6
- metadata.gz: bbdb4f88f60dbb768cc353b01351c9ae373cd995ac2c13860606af13c65fec6d54eb5204da1348e16c0ae28d2c3dddc1ccea4bf4cbf5503242ea63ee8b9eca7b
7
- data.tar.gz: 33d6393f48cf26a0302c04495f60d83cc124e88f94b9af7db34b82b418be061eb3547e1aea2e5ca8816fc898b5cdfcddfc3d6e2f3f4b417b181d05bedcf9072f
6
+ metadata.gz: fd9f08f2c3d545b0fcec49529c5243df6f8dca6d94da09006999d77a1d73c745f56627a8ef5c05211d666ce4667ea736776fb3708220d444fccb67e7ba5b6108
7
+ data.tar.gz: 0aa6be5df544ddc813916b829ad0a25fde0418492fafb00f41598943b10a9c54b922901f53acea0e0e8b6cab9dd2627188389a6e8b04369dc9191f9b7f306592
data/_layouts/post.html CHANGED
@@ -25,11 +25,11 @@ layout: default
25
25
 
26
26
  <div class="bar">
27
27
  {% if page.next.url %}
28
- <a class="left" href="{{ page.next.url }}" title="Article suivant">← {{ page.next.title }}</a>
28
+ <a class="left" href="{{ page.next.url | relative_url }}" title="next article">← {{ page.next.title | escape }}</a>
29
29
  {% endif %}
30
30
 
31
31
  {% if page.previous.url %}
32
- <a class="right" href="{{ page.previous.url }}" title="Article précédent"> {{ page.previous.title }} →</a>
32
+ <a class="right" href="{{ page.previous.url | relative_url }}" title="previous article"> {{ page.previous.title | escape }} →</a>
33
33
  {% endif %}
34
34
  </div>
35
35
 
@@ -37,5 +37,6 @@ layout: default
37
37
  {% if site.disqus.shortname %}
38
38
  {% include disqus_comments.html %}
39
39
  {% endif %}
40
+
40
41
  </article>
41
42
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doccoli-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Danig