Sha256: 5baf7fd5663cb49a0985ec997eabd9e0c060619da109c2253a73fab67752c647

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

<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-5 pt-md-5 pt-sm-3 mx-auto"
    >
      <h1 class="text-center appscms-h1">
        {%- for word in pageData.H1 -%} {%- if forloop.first == true -%} {{word
        | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
      </h1>
      <h2 class="text-center appscms-h2">
        {%- for word in pageData.H2 -%} {%- if forloop.first == true -%} {{word
        | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
      </h2>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appscms-tools-theme-3.8.3 _includes/appscms/headings/headings.html
appscms-tools-theme-3.8.2 _includes/appscms/headings/headings.html
appscms-tools-theme-3.8.1 _includes/appscms/headings/headings.html
appscms-tools-theme-3.8.0 _includes/appscms/headings/headings.html
appscms-tools-theme-3.7.9 _includes/appscms/headings/headings.html