Sha256: b705025aaac544a04b04de66b52e1ec42b3aacf2aa5cd60decd9f4d5bfdb24eb

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
  {% include head.html %}
  <body id="top" class="{% include body-class.html %}">
    {% include header.html %}

<main id="main" class="default-grid with-gap leftcol" tabindex="-1">

  {% include sidenav.html %}

  <article>
    <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {% endif %}{{ page.title }}</h1>
    {{ content }}

    {% if page.wcag_success_criteria or page.wcag_techniques %}
      {% include resources.html %}
    {% endif %}

    {% include prevnext.html %}
  </article>
  <a class="button button-backtotop" href="#top"><span>{% include_cached icon.html name="arrow-up" %} Back to Top</span></a>
</main>

{% include footer.html %}

  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wai-website-theme-0.1.2 _layouts/sidenav.html