jekyll-footnotes 0.6.0 → 0.6.1

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: 580328fc34fc9a2adf42b30edd151ce1012b0f56
4
- data.tar.gz: a5fe5d1540f2aa96fcfc9796855f3bbad469df8f
3
+ metadata.gz: e3fbacc1bd3e67565703720be9e3376636f52da6
4
+ data.tar.gz: 957530597b407f74b6812da18bb85db0ff8a30fa
5
5
  SHA512:
6
- metadata.gz: 82366a728069f473c22c360a779712e4b0a94aa6902bd61a438ee1458506900a4eb206d4299ea82866d0fde62328ef14404c32471a11ae678785a7597576774a
7
- data.tar.gz: a970574d61db81312f6ab8ab93b2203600d2b413dbe9ec56268009a155f7080cf010d872243b57f60ae8b2fae3cb8907840fd78ee25e04deb01eae060ccd04cd
6
+ metadata.gz: 4cb953cbd38894b58140b7dd52f38ab7e59d31f3bc834e384590d863f29b0fb280c8fff201a8b33664b419eee89c9af915dd93c231f99ff472c7db22295f9381
7
+ data.tar.gz: 7c0dc52819852b7799f62b5e122e148db973d70b50dda4328c24f0286ee89735f7417f226d4aac58d4b9d0315f41acfd7f3c3864ef92f86b7d66e0a2a443a1c1
@@ -30,7 +30,7 @@ module Jekyll
30
30
  context.registers[:fn] = context.registers[:fn].next
31
31
  @id = context.registers[:fn]
32
32
  end
33
- "<sup><a href=\"#{footnote_id(context, @id)}\" class=\"footnote\" id=\"#{backlink_id(context, @id)}\">#{@id}</a></sup>"
33
+ "<sup><a href=\"##{footnote_id(context, @id)}\" class=\"footnote\" id=\"#{backlink_id(context, @id)}\">#{@id}</a></sup>"
34
34
  end
35
35
  end
36
36
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Footnotes
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-footnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Simioni