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