Sha256: 18d0d880488fff91c14b7c772cb98c28c4bf6d2de8c89e86e29e0c8533799086

Contents?: true

Size: 1.96 KB

Versions: 18

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 }}" 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 -%}
                &#x20;—&#x20;<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="entry-author" itemprop="name">{{ page.author }}</span></span>
                {%- else if page.authors -%}
                &#x20;—&#x20;
                    {%- for author in page.authors -%}
                        {%- if forloop.index != 1 -%}
                            ,&#x20;<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

18 entries across 18 versions & 1 rubygems

Version Path
aemi-1.2.10 _layouts/post.html
aemi-1.2.9 _layouts/post.html
aemi-1.2.8 _layouts/post.html
aemi-1.2.7 _layouts/post.html
aemi-1.2.6 _layouts/post.html
aemi-1.2.5 _layouts/post.html
aemi-1.2.4 _layouts/post.html
aemi-1.2.3 _layouts/post.html
aemi-1.2.2 _layouts/post.html
aemi-1.2.1 _layouts/post.html
aemi-1.2.0 _layouts/post.html
aemi-1.1.5 _layouts/post.html
aemi-1.1.4 _layouts/post.html
aemi-1.1.3 _layouts/post.html
aemi-1.1.2 _layouts/post.html
aemi-1.1.1 _layouts/post.html
aemi-1.1.0 _layouts/post.html
aemi-1.0.20 _layouts/post.html