Sha256: 50689f65fc869c9c698b6249f1f1f235617d309369808465b91c088ffc632cd7
Contents?: true
Size: 1.02 KB
Versions: 15
Compression:
Stored size: 1.02 KB
Contents
--- layout: default --- {% capture title %} {% case page.type %} {% when 'tag' or 'category' %}{{ page.type | capitalize }}: {% if site.post_categories %}{{ site.post_categories[page.title].name }}{% else %}{{ page.title }}{% endif %} {% when 'year' %}Archives: {{ page.date | date: "%Y" }} {% when 'month' %}Archives: {{ page.date | date: "%B %Y" }} {% when 'day' %}Archvies: {{ page.date | date: "%d %b %Y" }} {% endcase %} {% endcapture %} <article itemscope itemtype="//schema.org/Article" class="page"> <header> <h1 itemProp="headline">{{ title }}</h1> </header> <section class="post-content" itemProp="articleBody"> <ul id='archive'> {% for post in page.posts %} {% include archives.html %} {% endfor %} </ul> </section><!-- .post-content --> </article><!-- .page -->
Version data entries
15 entries across 15 versions & 1 rubygems