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