Sha256: 7d3f84050da09a1f34c5bc2df430fa970a263e8f25efc10514d264f2a77ecfce
Contents?: true
Size: 802 Bytes
Versions: 11
Compression:
Stored size: 802 Bytes
Contents
= wrap_layout ('layout'.to_sym) do .container-logo-medium %div .yield-content ~ yield - if current_page.navigator_eligible? %hr = nav_prev_next %div %div = image_tag 'middleman-pagegroups-small.png', :alt => 'middleman-pagegroups logo' .related_topics %h1 Related Topics = nav_brethren_index - if content_for?(:seeAlso) %h1 See Also = yield_content :seeAlso -# This template is suitable for general pages within a group, as it makes navigation between the different pages in the group obvious and easy. It features a medium version of your logo on the right, followed by navigation to the other pages in the group. Optionally :seeAlso content can follow the related pages.
Version data entries
11 entries across 11 versions & 1 rubygems