Sha256: cf684244d7802eafc16f687b2056547ad91831d63f048c524cfe6a95c2535510

Contents?: true

Size: 1.08 KB

Versions: 19

Compression:

Stored size: 1.08 KB

Contents

{% assign lang = page.lang %} {% assign footerData = site.data.footer[lang].data
%}
<div class="appscms-product-footer">
  <div class="row w-100">
    <div class="col-md-11 mx-auto pb-4">
      <div class="row">
        <div class="col-md-12 px-0">
          <div
            class="d-flex align-items-center justify-content-center footer-prducts-div-heading py-4"
          >
            <hr
              class="flex-grow-1 mx-5 mb-0 footer-product-line"
              style="height: 1px; background-color: #4b4b4b"
            />
            <h6 class="text-center appscms-h3 my-4">Products</h6>
            <hr
              class="flex-grow-1 mx-4 mb-0 footer-product-line"
              style="height: 1px; background-color: #4b4b4b"
            />
          </div>
        </div>

        {%- for item in footerData.product -%}
        <div class="col-md-3">
          <li>
            <a class="footer-product-link" href="{{item.url}}">{{item.name}}</a>
          </li>
        </div>
        {% endfor %}
      </div>
    </div>
  </div>

  <!--  -->
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
appscms-tools-theme-4.1.2 _includes/appscms/footer/products.html
appscms-tools-theme-4.1.1 _includes/appscms/footer/products.html
appscms-tools-theme-4.1.0 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.9 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.8 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.7 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.6 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.5 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.4 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.3 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.2 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.1 _includes/appscms/footer/products.html
appscms-tools-theme-4.0.0 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.9 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.8 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.7 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.6 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.5 _includes/appscms/footer/products.html
appscms-tools-theme-3.9.4 _includes/appscms/footer/products.html