Sha256: 2b7d62737322a4cd698ef6393f419c6bf6b3608747e2094549cb3276b4880987

Contents?: true

Size: 1.47 KB

Versions: 15

Compression:

Stored size: 1.47 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/templates/j1/modules/footers/boxes/links_box.proc
 #  Liquid PROCEDURE to create a links box for the footer
 #
 #  Product/Info:
 #  http://jekyll.one
 #
 #  Copyright (C) 2019 Juergen Adams
 #
 #  Licensed under the Creative Commons Attribution 3.0 Unported License.
 #  See: http://creativecommons.org/licenses/by/3.0/.
 #
 # -----------------------------------------------------------------------------
 # Test data:
 #  liquid_var:  {{ liquid_var | debug }}
 # -----------------------------------------------------------------------------
{% endcomment %}

{% comment %} Liquid procedures
--------------------------------------------------------------- {% endcomment %}

{% comment %} Variables
--------------------------------------------------------------- {% endcomment %}
{% assign links = include.links %}


{% comment %} Main
--------------------------------------------------------------- {% endcomment %}
      <!-- [INFO   ] [j1.assets.data.footer              ] [Found LinksBox. Process LinksBox] -->
      <div class="col-md-{{footer_box_width_md}}"> <!-- LinksBox -->
        <div class="heading-footer"><h2 class="notoc">{{title}}</h2></div>
        <ul class="list-unstyled footer-link-list">
          {% for link in links %}
            <li><a href="{{link.url}}" target="_blank">{{link.text}}</a></li>
          {% endfor %}
        </ul>
      </div> <!-- End LinksBox -->

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
j1_template_mde-2018.4.24 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.23 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.22 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.21 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.20 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.19 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.18 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.17 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.16 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.15 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.14 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.13 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.12 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.11 _includes/themes/j1/modules/footers/boxes/links_box.proc
j1_template_mde-2018.4.10 _includes/themes/j1/modules/footers/boxes/links_box.proc