Sha256: efdd6f20e3e552a4e4a838c7eed8cbd450dad1b6db1c47845ea3dfe8d9da63b6
Contents?: true
Size: 633 Bytes
Versions: 9
Compression:
Stored size: 633 Bytes
Contents
<header><label for="toggle">☰</label> <?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
9 entries across 9 versions & 1 rubygems