Sha256: e4b5f2bbfd8baf28ecca32bdb2f0e952886411ac333b6ceb88914dbbca8ac9ed
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
<div class="debug debug-themes__jmblog__theme__error"> <!DOCTYPE html> <html> <head> {% include themes/jmblog/components/head.html %} </head> <body id="jmoxon"> {% include themes/jmblog/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/components/social_buttons_large.html %} </div> </div> </section> </main> {% include themes/jmblog/components/footer.html %} <!-- Include dataLayer --> <!-- {% include dataLayer/dataLayer %} --> <!-- Include analytics --> <!-- {% include JB/analytics %} --> <script src="/assets/js/error.bundle.js?ef6f2ec9f2178aade71b"></script></body> </html> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jmblog-theme-0.1.1 | _includes/themes/jmblog/theme/error.html |
jmblog-theme-0.1.0 | _includes/themes/jmblog/theme/error.html |