Sha256: e13e5613445b9817fb107ef06b7407745f30e65a522d47f6128e4c4db253359f
Contents?: true
Size: 448 Bytes
Versions: 48
Compression:
Stored size: 448 Bytes
Contents
<?r prev = nil ?> <nav> <?r Utopia::Path[attributes[:path]].descend do |path| next unless path.last link = links(path.dirname, :name => path.last, :locale => localization.current_locale, :display => nil).first if link and File.exist?(current.node.local_path(link.path + "content.md")) ?> › <a href="#{link.path}">#{link.title}</a><?r elsif link ?> › <span>#{link.title}</span><?r end end ?> </nav>
Version data entries
48 entries across 48 versions & 1 rubygems