Sha256: d63acaee365cbcae3fa02d2f499baf0225dc06e069d9e13f8197dba2fdbab351

Contents?: true

Size: 1.77 KB

Versions: 28

Compression:

Stored size: 1.77 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/themes/j1/modules/footers/boxes/social_media_icons.proc
 #  Liquid PROCEDURE to create a icon line (social media) 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 %}
{% assign footer_config  = include.footer_config %}


{% comment %} Main
--------------------------------------------------------------- {% endcomment %}
          <ul class="social-icons"> <!-- Social Media icons -->
          {% for item in footer_config %}
            {% for site in item.social_media %}
              {% if site.facebook == true %}<li><a href="{{site.href}}" data-original-title="Facebook" class="rounded-circle social_facebook"></a></li>{% endif %}
              {% if site.twitter == true %}<li><a href="{{site.href}}" data-original-title="Twitter" class="rounded-circle social_twitter"></a></li>{% endif %}
              {% if site.google-plus == true %}<li><a href="{{site.href}}" data-original-title="Goole Plus" class="rounded-circle social_googleplus"></a></li>{% endif %}
            {% endfor %}
          {% endfor %}
          </ul> <!-- End Social Media icons -->

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
j1_template-2019.4.1 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.36 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.35 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.34 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.33 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.32 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.31 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.30 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.29 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.28 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.27 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.26 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.25 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.24 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.23 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.22 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.21 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.20 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.19 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc
j1_template_mde-2018.4.18 _includes/themes/j1/modules/footers/boxes/social_media_icons.proc