Sha256: cb81829403971e50c7fb6050a366057f9bc33505e0759fc4e910609c89210e0d
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
<!DOCTYPE html> <html lang='en-us'> {% include head.html %} <body> <time datetime='{{ 'now' | date: '%Y-%m-%d %H:%M' }}'></time> {% include header.html %} {% if page.banner %} {% assign b = page.banner %} {% include parallax_image.html collection=b.collection pid=b.pid y=b.y height=b.height image=b.image clickable=b.clickable %} {% endif %} <div id='wax-main'> <div id='wax-content' class='wax-inline-container'> {{ content }} </div> </div> {% include footer.html %} <script type='text/javascript' async defer src='{{ "/assets/bootstrap/bootstrap.min.js" | absolute_url }}'></script> <script type='text/javascript' async defer src='{{ "/assets/popper.min.js" | absolute_url }}'></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wax_theme-1.1.0 | _layouts/default.html |