Sha256: 90022213cc3a9ab106b39079f76380525d755beba1ec7fbd0059ef72d07a6bcb
Contents?: true
Size: 1.31 KB
Versions: 21
Compression:
Stored size: 1.31 KB
Contents
--- layout: default --- {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %} <article class="h-entry container my-5" itemscope itemtype="http://schema.org/Article"> <header> <h1 class="p-name mb-4" itemprop="name headline">{{ page.title | default: '' | escape }}</h1> {%- if page.description -%} <p class="lead p-summary mb-4" itemprop="description">{{ page.description | default: '' | escape }}</p> {%- endif -%} <p class="mb-4"> {{ site.i18n.published_at }} <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date_local: date_format }} </time> {% if page.last_modified_at %} {{ site.i18n.last_modified_at }} <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished"> {{ page.last_modified_at | date_local: date_format }} </time> {% endif %} </p> </header> <div class="e-content content" itemprop="articleBody"> {{ content }} </div> <footer> <a class="u-url" itemprop="url" href="{{ page.url }}" hidden> {{ site.url }}{{ page.url }} </a> {%- if page.uuid -%} <span hidden itemprop="identifier">{{ page.uuid }}</span> {%- endif -%} </footer> </article>
Version data entries
21 entries across 7 versions & 1 rubygems