layout: default


<article class=“post h-entry” itemscope itemtype=“schema.org/BlogPosting”>

<header class="post-header">
  <h2>Crónica</h2>

  <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
  <p class="post-meta">
    <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
      {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
      {{ page.date | date: date_format }}
    </time>

    {% assign author = site.authors | where:"identificador",page.author | first %}
    {%- if author -%}
      • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><a href="{{ author.url | relative_url }}"><span class="p-author h-card" itemprop="name">{{ author.title }}</span></a></span>
    {%- endif -%}</p>
</header>

<div class="post-content e-content" itemprop="articleBody">
  {{ content }}
</div>

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>

</article>