Sha256: a7e813ddff7169702919b1675693d8f76ac18e2d7aafcf0322c96dc3d82aba06
Contents?: true
Size: 1.96 KB
Versions: 3
Compression:
Stored size: 1.96 KB
Contents
--- layout: default --- <article class="entry post contained" itemscope itemtype="http://schema.org/BlogPosting"> <header class="entry-header"> {% if page.thumbnail %} <div class="entry-thumbnail"> <img src="/assets/images/thumbnails{{ page.thumbnail | relative_url }}.svg" alt="{{ page.title }}" /> </div> {% endif %} <div class="entry-info {% if post.thumbnail %}with-thumbnail{% endif %}"> {%- assign date_format = site.aemi.date_format | default: "%b %-d, %Y" -%} <div class="entry-meta"> <time class="entry-date-published dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {%- assign date_format = site.aemi.date_format | default: "%b %-d, %Y" -%} {{ page.date | date: date_format }} </time> {%- if page.author -%}  — <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="entry-author" itemprop="name">{{ page.author }}</span></span> {%- else if page.authors -%}  —  {%- for author in page.authors -%} {%- if forloop.index != 1 -%} , <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="entry-author" itemprop="name">{{ author }}</span></span> {%- else -%} <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="entry-author" itemprop="name">{{ author }}</span></span> {%- endif -%} {%- endfor -%} {%- endif -%} </div> <h1 class="entry-title" itemprop="name headline">{{ page.title | escape }}</h1> </div> </header> <main class="entry-content" itemprop="articleBody">{{ content }}</main> </article>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aemi-1.0.19 | _layouts/post.html |
aemi-1.0.18 | _layouts/post.html |
aemi-1.0.17 | _layouts/post.html |