{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc # Liquid PROCEDURE to create a CONTACTS box for the footer # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # For details, see: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{liquid_var | debug}} # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures -------------------------------------------------------------------------------- {% endcomment %} {% comment %} Variables -------------------------------------------------------------------------------- {% endcomment %} {% assign title = box.title %} {% assign title_translation = box.title_translation %} {% assign tagline = box.tagline %} {% assign address_enabled = box.address.enabled %} {% assign phone_enabled = box.phone.enabled %} {% assign internet_enabled = box.internet.enabled %} {% assign address_1 = box.address.address_1 %} {% assign address_2 = box.address.address_2 %} {% assign address_3 = box.address.address_3 %} {% assign office_hours = box.phone.office_hours %} {% assign phone_1 = box.phone.phone_1 %} {% assign phone_2 = box.phone.phone_2 %} {% assign home_text = box.internet.home_text %} {% assign home_link = box.internet.home_link %} {% assign mail_1 = box.internet.mail_1 %} {% assign mail_2 = box.internet.mail_2 %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %}