Sha256: 6ffe3946001aff0415edea5090bed55292d4a7b1d025ff96572edce9b1533392

Contents?: true

Size: 1.98 KB

Versions: 16

Compression:

Stored size: 1.98 KB

Contents

---
layout: default
---

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

</article>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aemi-1.0.16 _layouts/post.html
aemi-1.0.15 _layouts/post.html
aemi-1.0.14 _layouts/post.html
aemi-1.0.13 _layouts/post.html
aemi-1.0.12 _layouts/post.html
aemi-1.0.11 _layouts/post.html
aemi-1.0.10 _layouts/post.html
aemi-1.0.9 _layouts/post.html
aemi-1.0.8 _layouts/post.html
aemi-1.0.7 _layouts/post.html
aemi-1.0.6 _layouts/post.html
aemi-1.0.5 _layouts/post.html
aemi-1.0.4 _layouts/post.html
aemi-1.0.3 _layouts/post.html
aemi-1.0.2 _layouts/post.html
aemi-1.0.1 _layouts/post.html