Sha256: 4e489359761eccdfc538def48b99441d3b0ab3f5c854ce8f539ece91dde7154b
Contents?: true
Size: 749 Bytes
Versions: 2
Compression:
Stored size: 749 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>{{ 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wai-website-theme-0.1.1 | _layouts/default.html |
wai-website-theme-0.1.0 | _layouts/default.html |