Sha256: cc8f346a5be9587086e1809970fa80c07d5120ceff75315cfb6e2b5e52f33e0d

Contents?: true

Size: 820 Bytes

Versions: 33

Compression:

Stored size: 820 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">
          {%- if Data.megaMenu -%} {%- for item in Data.megaMenu.dropdown -%}
          {%- for link in item.links -%}
          <a class="col-lg-3 footer-product-link" href="{{ link.url }}"
            >{{ link.name }}</a
          >
          {%- endfor -%} {%- endfor -%} {%- else -%} {%- for item in
          footerData.product -%}
          <a class="col-lg-3 footer-product-link" href="{{ item.url }}"
            >{{ item.name }}</a
          >
          {%- endfor -%} {%- endif -%}
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
appscms-tools-theme-4.9.4 _includes/appscms/footer/products.html
appscms-tools-theme-4.9.3 _includes/appscms/footer/products.html
appscms-tools-theme-4.9.2 _includes/appscms/footer/products.html
appscms-tools-theme-4.9.1 _includes/appscms/footer/products.html
appscms-tools-theme-4.9.0 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.9 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.8 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.7 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.6 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.5 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.4 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.3 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.2 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.1 _includes/appscms/footer/products.html
appscms-tools-theme-4.8.0 _includes/appscms/footer/products.html
appscms-tools-theme-4.7.9 _includes/appscms/footer/products.html
appscms-tools-theme-4.7.8 _includes/appscms/footer/products.html
appscms-tools-theme-4.7.7 _includes/appscms/footer/products.html
appscms-tools-theme-4.7.6 _includes/appscms/footer/products.html
appscms-tools-theme-4.7.5 _includes/appscms/footer/products.html