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 -%} —<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 -%} — {%- 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