Skip to content
Snippets Groups Projects
Commit 0aedb34f authored by m26lebla's avatar m26lebla
Browse files

adjusting the mosdifier classes

parent 5f2a7852
No related branches found
No related tags found
No related merge requests found
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--long_date {{ modifier_classes }} uw-date uw-date--long_date {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" >{{ weekday.long }}, {{ month.long }} {{ day.short }}, {{ year.long }}</span> <span class="{{ date_modifier_classes }}" >{{ weekday.long }}, {{ month.long }} {{ day.short }}, {{ year.long }}</span>
{% endif %} {% endif %}
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--long_date_time {{ modifier_classes }} uw-date uw-date--long_date_time {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" > {{ weekday.long }}, {{ month.long }} {{ day.short }}, {{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span> <span class="{{ date_modifier_classes }}" > {{ weekday.long }}, {{ month.long }} {{ day.short }}, {{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span>
{% endif %} {% endif %}
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--medium_date {{ modifier_classes }} uw-date uw-date--medium_date {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }}</span> <span class="{{ date_modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }}</span>
{% endif %} {% endif %}
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--medium_date_time {{ modifier_classes }} uw-date uw-date--medium_date_time {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span> <span class="{{ date_modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span>
{% endif %} {% endif %}
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--short_date {{ modifier_classes }} uw-date uw-date--short_date {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" >{{ month.digit }}-{{ day.long }}-{{ year.long }}</span> <span class="{{ date_modifier_classes }}" >{{ month.digit }}-{{ day.long }}-{{ year.long }}</span>
{% endif %} {% endif %}
{% set modifier_classes -%} {% set date_modifier_classes -%}
uw-date uw-date--short_date_time {{ modifier_classes }} uw-date uw-date--short_date_time {{ modifier_classes }}
{%- endset %} {%- endset %}
{% if year %} {% if year %}
<span class="{{ modifier_classes }}" > {{ month.digit }}-{{ day.long }}-{{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span> <span class="{{ date_modifier_classes }}" > {{ month.digit }}-{{ day.long }}-{{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span>
{% endif %} {% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment