comparison _layouts/post.html @ 0:7abe02bf29ec

initial commit
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sat, 07 Nov 2015 18:04:42 -0800
parents
children aa0c5c467963 afac0bdee0ee
comparison
equal deleted inserted replaced
-1:000000000000 0:7abe02bf29ec
1 ---
2 layout: default
3 ---
4 <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
5
6 <header class="post-header">
7 <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
8 <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
9 </header>
10
11 <div class="post-content" itemprop="articleBody">
12 {{ content }}
13 </div>
14
15 </article>