Sha256: 4c23d7be7bbeab01ed155bbf1393d6970906832b5bcd03d90e9b8094d2e2363e

Contents?: true

Size: 1003 Bytes

Versions: 2

Compression:

Stored size: 1003 Bytes

Contents

<%
  @title = @entry.title
  @description = @entry.description
  @edit_url = edit_url(@entry.source_location) if @conf[:edit_base_url] && @entry.source_location
%>
<% if @conf[:canonical_base_url] %>
<script type="application/ld+json">
<%=
  items = [
    {
      name: manual_home_name,
      url: absolute_url_to(@urlmapper.document_url('index'))
    }
  ]
  if @entry.name != 'index'
    items << {
      name: breadcrumb_title,
      url: canonical_url
    }
  end
  breadcrumb_json_ld(items)
%>
</script>
<% end %>
<header>
  <nav>
    <ol class="inline-breadcrumb-list">
      <% if @entry.name == 'index' %>
        <li>
          <%= manual_home_name %>
        </li>
      <% else %>
        <li>
          <%= manual_home_link() %>
        </li>
        <li>
          <%=h breadcrumb_title %>
        </li>
      <% end %>
    </ol>
  </nav>
<% headline_init %>
<%= headline(@entry.title, edit_url: @edit_url) %>
</header>

<main>
<% headline_push %>
<%= compile_rd(@entry.source) %>
</main>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 data/bitclust/template.offline/doc
bitclust-core-1.2.6 data/bitclust/template.offline/doc