Sha256: a8ee0ba4ec1b6b9c930c0196c00e1bd56c79318dbc23de812f1f025ac609116b

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 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{% unless page.noleftcol %} leftcol{% endunless %}" tabindex="-1">

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

    {{page.wcag_success_criteria}}{{page.wcag_techniques}}
    {% 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

3 entries across 3 versions & 1 rubygems

Version Path
wai-website-theme-0.1.2.6 _layouts/default.html
wai-website-theme-0.1.2.5 _layouts/default.html
wai-website-theme-0.1.2.1 _layouts/default.html