Sha256: bd00fd2c998e937a18973927527773962e7855947afc118e4e971463995890a4
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
--- layout: default --- <article class="post" lang="{{ page.lang | default: site.lang | default: "en" }}" itemscope itemtype="http://schema.org/BlogPosting" > {% include header.html %} <div class="post-content" itemprop="articleBody"> {{ content }} </div> <footer class="post-footer"> <div class="post-meta"> {% if page.date %} <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time> {% endif %} {% if page.author %} by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author | escape }}</span></span> {% endif %} </div> {% if page.tags.size > 0 %} <ul class="post-tags" aria-label="TagList"> {% for tag in page.tags %} <li><a class="tag-link" href="{{ tag | url_encode | prepend: "/tags/" | relative_url }}">{{ tag | escape }}</a></li> {% endfor %} </ul> {% endif %} </footer> {% if jekyll.environment == 'production' and page.comments != false %} {% if site.disqus_shortname %} {% include disqus.html %} {% elsif site.gitalk %} {% include gitalk.html %} {% endif %} {% endif %} </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-kagami-0.2.0 | _layouts/post.html |