Sha256: 3be68e1917fdcc4f0c2aaabdb7cb2694bd87a9b053c76e3342cf34c48868180b

Contents?: true

Size: 859 Bytes

Versions: 11

Compression:

Stored size: 859 Bytes

Contents

= wrap_layout ('layout'.to_sym) do
  .container-logo-small
    .yield-content
      = image_tag 'middleman-pagegroups-small.png', :alt => 'middleman-pagegroups logo'
      ~ yield
      - if current_page.navigator_eligible?
        %hr
        = nav_prev_next

    - if !current_page.brethren.to_a.empty? || content_for?(:seeAlso)
      %hr/

    .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 that aren’t meant to participate
  within a group. It does show related pages followed by :seeAlso content at
  the bottom on the page, but it’s not as obvious for simple navigation as the
  template-logo-medium. It features a small version of your help logo in the
  top left, followed by the title.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
middleman-pagegroups-1.0.10 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.9 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.8 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.7 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.6 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.5 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.4 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.3 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.2 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.1 documentation_project/source/layouts/template-logo-small.haml
middleman-pagegroups-1.0.0 documentation_project/source/layouts/template-logo-small.haml