Sha256: 5c623f3d3c0cc8733527579e0817678be4d97f3181d31323ba2c522603ba2fbc

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  J1: ~/_includes/templates/j1/components/footers/boxes/about_box.proc
 #  Liquid PROCEDURE to create a news box for the footer
 #
 #  Product/Info:
 #  http://jekyll.one
 #
 #  Copyright (C) 2016 Juergen Adams
 #
 #  Licensed under the Creative Commons Attribution 3.0 Unported License.
 #  For details, see http://creativecommons.org/licenses/by/3.0/.
 #
 # -----------------------------------------------------------------------------
 #  $LastChangedDate: 2016-12-04 19:37:21 +0100 (So, 04 Dez 2016) $
 #  $LastChangedRevision: 13 $
 #  $LastChangedBy: jadams $
 # -----------------------------------------------------------------------------
 #  Test Data:
 #
 # -----------------------------------------------------------------------------
{% endcomment %}

                <!-- AboutBox -->
                <div class="col-md-{{footer_box_width_md}} sm-margin-bottom-40">
                <div class="heading-footer"><h2 id="no-toc">{{title}}</h2></div>
                  <p align="{{align}}">{{text}}</p>
                </div>
                <!-- End AboutBox -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fu-template-0.0.1 _includes/themes/j1/components/footers/boxes/about_box.proc