Sha256: 81693bdedc10548f46b213483fbe561ce6252c065d5ca9ab62b5fa7c87fdb83f

Contents?: true

Size: 1011 Bytes

Versions: 1

Compression:

Stored size: 1011 Bytes

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}}
  <p class="header-col--secondary">
    <form role="search" action="{{path_to_root}}search.json">
      <input type="text" placeholder="Search documentation" data-typeahead>
    </form>
  </p>
  {{/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}}"/>
        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"/>
        Install in Dash
      </a>
    </p>
  {{/dash_url}}
</header>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jazzy-0.14.0 lib/jazzy/themes/fullwidth/templates/header.mustache