Sha256: 4b3e4f0149933a48d1cd5b8a15cdf0c3f342a30146a0a289d29908d0391c6f22
Contents?: true
Size: 1006 Bytes
Versions: 99
Compression:
Stored size: 1006 Bytes
Contents
{%- if page.layout == "appscms-audio" or page.layout == "appscms-video" -%} {%- else -%} <div class="container heading"> <div class="row"> <div class="col-xxl-8 col-lg-9 col-md-12 col-sm-12 offset-md-1 offset-sm-0 py-3 pt-md-3 pt-sm-3 mx-auto" > {%- if pageData.H1 -%} {%- assign h1 = pageData.H1 -%} {%- elsif pageData.h1 -%} {%- assign h1 = pageData.h1 -%} {%- endif -%} {%- if pageData.H2 -%} {%- assign h2 = pageData.H2 -%} {%- elsif pageData.h2 -%} {%- assign h2 = pageData.h2 -%} {%- endif -%} <h1 class="text-center appscms-h1"> {%- for word in h1 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%} </h1> <h2 class="text-center appscms-h2"> {%- for word in h2 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%} </h2> </div> </div> </div> {%- endif -%}
Version data entries
99 entries across 99 versions & 1 rubygems