Sha256: eee4948b465dc590b0828c88f978cf3c14b736fc3cd25f55088927a26863277f

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

---
---
<!DOCTYPE html>
<html lang="{{ site.lang | default: 'en' }}">

  {% include head.html %}

  <body>

    <main class="page-content" aria-label="Content">
      <h1>Pages</h1>
      {% assign sorted-pages = site.pages | sort: "path" %}
      {% for page in sorted-pages %}
        {% assign file-name = page.path | split: '/' | last %}
        {% unless file-name contains 'scss' %}
          <a href="{{ page.url }}">{{ page.path }}</a><br/>
        {% endunless %}
      {% endfor %}
      <br class="clearfix" />
      {{ content }}
    </main>

  </body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-docgen-1.1.2 _layouts/docgen-index.html
jekyll-theme-docgen-1.1.1 _layouts/docgen-index.html