Sha256: c00cc31d4c566052ce133dee7e0597a00ae391fe84aa74a7e2ebf09b1bd002f0

Contents?: true

Size: 1.29 KB

Versions: 8

Compression:

Stored size: 1.29 KB

Contents

---
layout: table_wrappers
---

<!DOCTYPE html>

<html lang="{{ site.lang | default: 'en-US' }}">
{% include head.html %}
<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  {% include icons/icons.html %}
  {% include components/sidebar.html %}
  <div class="main" id="top">
    {% include components/header.html %}
    <div class="main-content-wrap">
      {% include components/breadcrumbs.html %}
      <div id="main-content" class="main-content">
        <main>
          {% if site.heading_anchors != false %}
            {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
          {% else %}
            {{ content }}
          {% endif %}

          {% if page.has_children == true and page.has_toc != false %}
            {% include components/children_nav.html %}
          {% endif %}
        </main>
        {% include components/footer.html %}
      </div>
    </div>
    {% if site.search_enabled != false %}
      {% include components/search_footer.html %}
    {% endif %}
  </div>

  {% if site.mermaid %}
    {% include components/mermaid.html %}
  {% endif %}
</body>
</html>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
opendevsecops-jekyll-0.1.0 _layouts/default.html
just-the-docs-0.8.2 _layouts/default.html
just-the-docs-0.8.1 _layouts/default.html
just-the-docs-0.8.0 _layouts/default.html
just-the-docs-0.7.0 _layouts/default.html
just-the-docs-0.6.2 _layouts/default.html
just-the-docs-0.6.1 _layouts/default.html
just-the-docs-0.6.0 _layouts/default.html