blob: c1432fa05d1b2089472d9fef317d9da4c8727074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
layout: base
---
<article itemtype="http://schema.org/Article">
<h1 itemtype="headline">{{ page.title }}</h1>
<p><cap><u>{{ page.type }}</u></cap>, {{ page.date | date: '%B %d, %Y' }} on <a href="{{ site.url }}">{{ site.author }}'s blog</a></p>
<div>
{{ content }}
</div>
</article>
<hr>
{% include webring.html %}
|