Sha256: 0f547c6dce3cc71dcdde193d54b72e0e30af46c3aeb4374794a3163fabc5acae

Contents?: true

Size: 1.96 KB

Versions: 19

Compression:

Stored size: 1.96 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 # ~/_includes/templates/j1/blocks/footer/boxes/links_box.proc
 # Liquid PROCEDURE to create a LINKS box for the footer
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2022 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # For details, see: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
 # -----------------------------------------------------------------------------
 # Test data:
 #  liquid_var:  {{ liquid_var | debug }}
 # -----------------------------------------------------------------------------
{% endcomment %}

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

{% comment %} Variables
-------------------------------------------------------------------------------- {% endcomment %}
{% assign title               = box.title %}
{% assign title_translation   = box.title_translation %}
{% assign tagline             = box.tagline %}
{% assign links               = box.links %}


{% comment %} Main
================================================================================ {% endcomment %}
<!-- [INFO   ] [links_box.proc                     ] [ place links box ] -->
<div class="col-md-{{footer_box_width_md}}">

  <h2 class="text-uppercase g-color-white-opacity-0_6 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
  <p class="tagline mb-0"> <large>{{tagline}}</large> </p>
  <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-1"></div>

  <ul class="list-unstyled link-news">

    {% for property in links %}
      <li>
        <a class="link-no-decoration" href="{{property.link.href}}" class="{{property.link.title_translation}}" target="_blank" rel="noopener noreferrer">{{property.link.title}}</a>
        <div class="text-uppercase"><small>{{property.link.tagline}}</small></div>
      </li>
    {% endfor %}

  </ul>

</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
j1-template-2022.6.3 _includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc
j1-template-2022.6.2 _includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc
j1-template-2022.6.1 _includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc
j1-template-2022.6.0 _includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc
j1-template-2022.5.3 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.2 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.1 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.1.rc1 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.1.rc0 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0.rc4 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0.rc3 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0.rc2 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0.rc1 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.5.0.rc0 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.3.0.rc1 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.3.0.rc0 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.4.10 _includes/themes/j1/blocks/footer/boxes/links_box.proc
j1-template-2022.4.9 _includes/themes/j1/blocks/footer/boxes/links_box.proc