Sha256: 79fbf3a1613b9d067567999531ebacc4425acffd2eba92d547828c1cf3b1fccb

Contents?: true

Size: 1.27 KB

Versions: 93

Compression:

Stored size: 1.27 KB

Contents

---
layout: default
---

{% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}

<article class="h-entry" itemscope itemtype="http://schema.org/Article">
  <header>
    <h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>

    {%- if page.description -%}
      <p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
    {%- endif -%}

    <p>
      {{ 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" 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

93 entries across 31 versions & 7 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc8 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc8 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _layouts/code_of_conduct.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _layouts/privacy_policy.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _layouts/license.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _layouts/privacy_policy.html