Sha256: 99fea6347164cab649225f7991cc0659311d6f57c9eaff6f2e88790cf5c2e965
Contents?: true
Size: 1.55 KB
Versions: 26
Compression:
Stored size: 1.55 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/templates/j1/blocks/footer/boxes/issue.proc # Liquid PROCEDURE to create an issue line 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 %} {% capture date_template %}{{footer_options.issue.date}} | date: "{{footer_options.issue.date_format}}" {% endcapture %} {% assign date = site.time | date: "%A, %-d %B %Y" %} <!-- date_template: {{date_template}} --> <!-- date: {{date}} --> {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %} <!-- [INFO ] [issue.proc ] [ issue date information ] --> {% if footer_options.issue.enabled %} <!-- [INFO ] [issue.proc ] [ place issue ] --> <p style="color: rgba(255, 255, 255, 0.5)">{{footer_options.issue.text}} {{date}}</p> {% endif %}
Version data entries
26 entries across 26 versions & 1 rubygems