Sha256: f31c57940a5b83e834a50acf576e97bde26e4bc1616f8a453b543fd9896c3c64

Contents?: true

Size: 692 Bytes

Versions: 11

Compression:

Stored size: 692 Bytes

Contents

{%-assign dt_format       = include.date_format   | site.date_format | default: "%b %-d, %Y"-%}
{%-assign lead_in         = include.lead_in       | default: '<i class="far fa-edit"></i> &nbsp;'-%}
{%-assign date_modified   = include.item_date     | default: page.last_modified_at | default: page.modified_date | date_to_xmlschema-%}
{%-comment-%}{% include item_date.html item_date=modified_date date_format='%b %-d, %Y' lead_in='last modified: ' itemprop='dateModified' date_class='modified-dateline dt-modified' %}{%-endcomment-%}

{% include item_date.html item_date=date_modified date_format=dt_format lead_in=lead_in itemprop='dateModified' date_class='modified-dateline dt-modified' %}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.11 _includes/date_modified.html
jekyll-theme-editorial-1.0.10 _includes/date_modified.html
jekyll-theme-editorial-1.0.9 _includes/date_modified.html
jekyll-theme-editorial-1.0.8 _includes/date_modified.html
jekyll-theme-editorial-1.0.7 _includes/date_modified.html
jekyll-theme-editorial-1.0.6 _includes/date_modified.html
jekyll-theme-editorial-1.0.5 _includes/date_modified.html
jekyll-theme-editorial-1.0.4 _includes/date_modified.html
jekyll-theme-editorial-1.0.3 _includes/date_modified.html
jekyll-theme-editorial-1.0.2 _includes/date_modified.html
jekyll-theme-editorial-1.0.1 _includes/date_modified.html