Sha256: 351e67d26a922d162e97d82b0eaeff0238ca2f7325bf476a3da00d980264feba
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
<div class="debug debug-themes__jmblog__theme__error"> <!DOCTYPE html> <html> <head> {% include themes/jmblog-theme/components/head.html %} </head> <body id="jmoxon"> {% include themes/jmblog-theme/components/analytics/googletagmanager_body.html %} <!-- Header section --> <main> <section class="hero is-fullheight is-bold"> <div class="hero-body"> <div class="has-text-centered container"> <!-- Header intro --> <div class="is-horizontal-center is-flex"> <figure class="image is-128x128"> <img class="is-rounded" src="{{page.peep-image}}?nf_resize=smartcrop&w=128&h=128" alt="{{page.title}}"> <div class="is-rounded rounded-image-has-inner-shadow"></div> </figure> </div> <h1 class="title is-size-1 is-size-2-mobile has-text-black is-family-secondary is-spaced"> {{page.headline}}</h1> <div class="content"> {{content}} </div> NOT USED {% include themes/jmblog-theme/components/social_buttons_large.html %} </div> </div> </section> </main> {% include themes/jmblog-theme/components/footer.html %} <!-- Include dataLayer --> <!-- {% include dataLayer/dataLayer %} --> <!-- Include analytics --> <!-- {% include JB/analytics %} --> <script src="/assets/js/error.bundle.js?20e6e1354f6f6d602a28"></script></body> </html> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jmblog-theme-0.1.2 | _includes/themes/jmblog-theme/theme/error.html |