Sha256: de3468e22743b39e6e703bc3d1db7cfae60a16cf4ea6cd1bc317d7600a0c4215
Contents?: true
Size: 1.35 KB
Versions: 18
Compression:
Stored size: 1.35 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 %} --> </body> </html> </div>
Version data entries
18 entries across 18 versions & 1 rubygems