middleman-sculptor 0.17 → 0.18

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: c1ce098f5a9ebe72b5c144539983712625380c5a
4
- data.tar.gz: 361bdd7aee1229c517e9f8eda1838b487be61f63
3
+ metadata.gz: caf09f9383fa48238a2f29b1f7b67fe61952733e
4
+ data.tar.gz: 8b3d7898f5d7c37b9cfc2b1132dcd6b4c9338ac6
5
5
  SHA512:
6
- metadata.gz: 183877d32a1dfa97e8cd168b5ab6b3d235738e950bf2ab6acb2dade16d3dadba098630be510dfb93762e0e7dd5ec87cb0d3b84ffed320ae44e1310d41bb1ec23
7
- data.tar.gz: b42109276f344b3648ec4a2bc903f18921b0f4a0c50dd41b3019fdb61d6bacd7163f23cc6ba369a86463406373c9a4df3e7caf82e15f9c6a941c6a7f37fc336c
6
+ metadata.gz: 721f9ed36324c92f88a9ece6b0f94bca2a60fc8c113b19f276e776d1f90bc99a6750e3ab11f1a19d4acd5d76b984ff701f3dfea32194951b8b25da9623dc2dbe
7
+ data.tar.gz: ef9dd3683a766b86399418589e06d0610e0616d6aa91ece7c43266c0821efa319913c5c7549276fe2d39c7377d65de67d0adeb84fcbc27f1f3da30aadb578063
@@ -167,7 +167,7 @@ module Middleman::Sculptor
167
167
  hierarchy.collect {|page|
168
168
  link_to(
169
169
  page.data.title || get_section_of_resource(page).title,
170
- "#{page.url}"
170
+ "/#{page.path}"
171
171
  )
172
172
  }.join(" <span class='sep'>#{separator}</span> ")
173
173
  end
@@ -5,6 +5,6 @@
5
5
  ul.glypto-section-list
6
6
  - main_sections.each do |r|
7
7
  li.glypto-section-list-item
8
- = link_to r.url
8
+ = link_to r.path
9
9
  h2.glypto-section-name = get_section_of_resource(r).title
10
10
  .glypto-section-meta = pluralize(resources_for(r.url).count, 'item')
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Sculptor
3
- VERSION = "0.17"
3
+ VERSION = "0.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-sculptor
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.17'
4
+ version: '0.18'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyom Semonov