Sha256: fe707e312b0b37545171048fff8f75e0f6021050f8f404c169d290327e8525cf
Contents?: true
Size: 955 Bytes
Versions: 8
Compression:
Stored size: 955 Bytes
Contents
--- layout: default --- <div class="home"> <style scoped> {% assign image = site.header_feature_image | relative_url | split: '.' %} .call-out_img { background-image: url('{{ image | join: '.' }}'); } {% if site.header_feature_image_responsive %} @media screen and (max-width: 768px) { .call-out_img { background-image: url('{{ image[0] | append: '-medium.' | append: image[1] | default: image}}'); } } @media screen and (max-width: 576px) { .call-out_img { background-image: url('{{ image[0] | append: '-small.' | append: image[1] }}'); } } {% endif %} </style> <div id="main" class="call-out call-out_img"> <h1> {{ site.header_text | default: "Change <code>header_text</code> in <code>_config.yml</code>"}} </h1> </div> {% include blog/blog.liquid %} </div>
Version data entries
8 entries across 8 versions & 1 rubygems