Sha256: 0bb667007f23c6c18a381c8d18c463d918af0eb2cb29b9b07f3ce79fcabd0cdb
Contents?: true
Size: 601 Bytes
Versions: 16
Compression:
Stored size: 601 Bytes
Contents
<header><?r page_path = first.node.uri_path.dirname Utopia::Path[page_path].descend do |path| unless path.last path = path + "index" end if link = links(path.dirname, name: path.last, locale: localization.current_locale, indices: true).first ?> › #{link.to_href}<?r else ?> › <span>#{path.last}</span><?r end end if localization.localized? ?> • (<?r localization.all_locales.each.with_index do |locale, index| ?>#{index.zero? ? '' : ' '}<a href="#{localization.localized_path(page_path, locale)}">#{locale}</a><?r end ?>)<?r end ?></header>
Version data entries
16 entries across 16 versions & 1 rubygems