Sha256: d0221c326d42180ff74de25ebd3c0f2e135e96a58a044bae2d06b9be5c0d58a0
Contents?: true
Size: 1006 Bytes
Versions: 5
Compression:
Stored size: 1006 Bytes
Contents
--- layout: default --- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name"> {% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}</span></span> <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> </p> <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1> </header> <div class="post-content e-content" itemprop="articleBody"> {{ content }} </div> {%- if site.disqus.shortname -%} {%- include disqus_comments.html -%} {%- endif -%} <a class="u-url" href="{{ page.url | relative_url }}" hidden></a> </article>
Version data entries
5 entries across 5 versions & 1 rubygems