Sha256: 9bfea6aadd740f9db7d964a429233970e96ddf0e3bafb6d7ec3e0b79f1184636
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 Bytes
Contents
<!doctype html> <html class="no-js" lang="{{ page.lang | default: site.lang | default: "en" }}"> {%- include head.html -%} <body> <!--[if IE]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> {%- include header.html -%} <main class="page-content" aria-label="Content"> <div class="wrapper"> {{ content }} </div> </main> {%- include footer.html -%} </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kids-0.2.0 | _layouts/default.html |
kids-0.1.1 | _layouts/default.html |
kids-0.1.0 | _layouts/default.html |