Sha256: 23273efac3c052caa800c71caec9623cb61f306ec2423c2a273e874cfbb7d8f5
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
--- layout: default commentable: true --- <article> <header class="article-header"> <h1 class="article-title"> {{ page.title | markdownify | remove_first: "<p>" | remove_last: "</p>" }} </h1> <section class="article-email"> <strong>{{ site.email }}</strong> </section> <section class="article-date"> {{ page.date | date: "%B %d, %Y" }} </section> {% if page.categories.size > 0 %} <section class="article-category"> Category: {{ page.categories | join: "/" }} </section> {% endif %} {% if page.tags.size > 0 %} <section class="article-tags">Tags: {{ page.tags | join: ", " }} </section> {% endif %} </header> {{ content }} </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-newtype-0.1.4 | _layouts/post.html |