Sha256: f81e60128ad36d509e655ee84cb9ced5e9b4a838dcf0aca7c8314207da17ccd5
Contents?: true
Size: 1.28 KB
Versions: 5
Compression:
Stored size: 1.28 KB
Contents
--- layout: content --- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title p-name" itemprop="name headline"> {%- if page.titles[site.lang] -%} {{ page.titles[site.lang] }} {%- else -%} {{ page.title }} {%- endif -%} </h1> <span class="text-muted"> <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {%- assign date_format = site.dateFormats[site.lang] | 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"> {%- include username.html user = page.author prepend = " | "-%} </span></span> {%- endif -%} </span> <ul class="list-inline d-inline mt-md-1"> {%- include page-tags.html page = page -%} </ul> </header> {%- include toc.html -%} <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