Sha256: 2783035332346404e9e4fff7d91291c5e11b231e7641e9678e53b20c3624de36

Contents?: true

Size: 1.55 KB

Versions: 31

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) 2021 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

31 entries across 31 versions & 1 rubygems

Version Path
j1-template-2021.1.14 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.13 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.12 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.11 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.10 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.9 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.8 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.7 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.6 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.5 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.4 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.3 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.2 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.1 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.1.0 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.0.16 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.0.15 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.0.14 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.0.13 _includes/themes/j1/blocks/footer/boxes/issue.proc
j1-template-2021.0.12 _includes/themes/j1/blocks/footer/boxes/issue.proc