{% assign tooltip_df = site.data.locales[site.lang].date_format.tooltip | default: '%a, %b %e, %Y, %l:%M %p %z' %} {% assign post_long_df = site.data.locales[site.lang].date_format.post.long | default: '%b %e, %Y' %} {% assign post_short_df = site.data.locales[site.lang].date_format.post.short | default: '%b %e' %} {% if include.preposition %} {{ include.preposition }} {% endif %} {%- assign this_year = site.time | date: "%Y" -%} {%- assign post_year = include.date | date: "%Y" -%} {%- if post_year == this_year -%} {{ include.date | date: post_short_df }} {%- else -%} {{ include.date | date: post_long_df }} {%- endif -%} {{ include.date | date_to_xmlschema }}