Sha256: b4274fb66e0dd7c039ceb137505996ea0206ea8899cfdfdb4a20981fddc9ca22
Contents?: true
Size: 1.27 KB
Versions: 28
Compression:
Stored size: 1.27 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) 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 %} {% comment %} Main --------------------------------------------------------------- {% endcomment %} <!-- [INFO ] [j1.assets.data.footer ] [Found AboutBox. Process AboutBox] --> <div class="col-md-{{footer_box_width_md}}"> <!-- AboutBox --> <div class="heading-footer"><h2 class="notoc">{{title}}</h2></div> <p>{{text}}</p> </div> <!-- End AboutBox -->
Version data entries
28 entries across 28 versions & 2 rubygems