Sha256: 36c0e2dd13c240dc16ca2350f9342c88e488689e573e5789edfeb973977e6c8d

Contents?: true

Size: 1.42 KB

Versions: 19

Compression:

Stored size: 1.42 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/themes/j1/modules/footers/boxes/about_box.proc
 #  Liquid PROCEDURE to create a news box for the footer
 #
 #  Product/Info:
 #  http://jekyll.one
 #
 #  Copyright (C) 2020 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 title   = include.title %}
{% assign text    = include.text %}
{% assign justify = include.justify %}


{% comment %} Main
================================================================================ {% endcomment %}
<!-- [INFO   ] [about_box.proc                     ] [ place about box ] -->
<div class="col-md-{{footer_box_width_md}}">
  <div class="heading-footer"><h2 class="notoc">{{title}}</h2></div>
  {% if justify %}
    <p class="text-justify">{{text}}</p>
  {% else %}
    <p>{{text}}</p>
  {% endif %}
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
j1-template-2020.0.18 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.17 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.16 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.15 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.14 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.13 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.12 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.11 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.10 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.9 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.8 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.7 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.6 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.5 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.4 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.3 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.2 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.1 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org
j1-template-2020.0.0 _includes/themes/j1/blocks/footer/boxes/about_box.proc.org