Sha256: 16d6c917e02d35f03da1489421687fad970d241e0b873675d7e8b57b852a6e54

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

<header class="header">
  <p class="header-col header-col--primary">
    <a class="header-link" href="{{path_to_root}}index.html">
      {{docs_title}}
    </a>
    {{#doc_coverage}} ({{doc_coverage}}% documented){{/doc_coverage}}
  </p>

  {{^disable_search}}
  <div class="header-col--secondary">
    <form role="search" action="{{path_to_root}}search.json">
      <input type="text" placeholder="Search documentation" data-typeahead>
    </form>
  </div>
  {{/disable_search}}

  {{#source_host_url}}
    <p class="header-col header-col--secondary">
      <a class="header-link" href="{{.}}">
        <img class="header-icon" src="{{path_to_root}}img/{{source_host_image}}" alt="{{source_host_name}}"/>
        View on {{source_host_name}}
      </a>
    </p>
  {{/source_host_url}}

  {{#dash_url}}
    <p class="header-col header-col--secondary">
      <a class="header-link" href="{{dash_url}}">
        <img class="header-icon" src="{{path_to_root}}img/dash.png" alt="Dash"/>
        Install in Dash
      </a>
    </p>
  {{/dash_url}}
</header>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jazzy-0.15.3 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.15.2 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.15.1 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.15.0 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.14.4 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.14.3 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.14.2 lib/jazzy/themes/fullwidth/templates/header.mustache
jazzy-0.14.1 lib/jazzy/themes/fullwidth/templates/header.mustache