Sha256: ba1bf647d44cfe7df338b1f8a0da4fb47755a0ba83722003b9159d4ae59badfc
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 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" tabindex="-1"> <div class="grid-five-three"> <div class="col12"> <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1> </div> </div> {{ content }} {% include prevnext.html %} <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/news.html |