Sha256: 2771ffeba04209b22054e653dada7e97127f406957232c6b589ef58cdae408c6

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

{% assign lang = page.lang %} {% assign footerData = site.data.footer[lang].data
%}
<div class="appscms-product-footer">
  <div class="container">
  <div class="row w-100">
    <div class="col-md-11 mx-auto py-4">
      <div class="row">
        {%- for item in footerData.product -%}
            <a class="col-lg-3 footer-product-link" href="{{item.url}}">{{item.name}}</a>
        {% endfor %}
      </div>
    </div>
  </div>
</div>
  <!--  -->
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
appscms-tools-theme-4.5.4 _includes/appscms/footer/products.html
appscms-tools-theme-4.5.3 _includes/appscms/footer/products.html
appscms-tools-theme-4.5.2 _includes/appscms/footer/products.html
appscms-tools-theme-4.5.1 _includes/appscms/footer/products.html
appscms-tools-theme-4.5.0 _includes/appscms/footer/products.html
appscms-tools-theme-4.4.9 _includes/appscms/footer/products.html
appscms-tools-theme-4.4.8 _includes/appscms/footer/products.html
appscms-tools-theme-4.4.7 _includes/appscms/footer/products.html