You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
385 B
16 lines
385 B
---
|
|
layout: default
|
|
---
|
|
|
|
<div id="main">
|
|
<article>
|
|
<header class="major">
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
|
|
</header>
|
|
|
|
<section>
|
|
{{ content }}
|
|
</section>
|
|
</article>
|
|
</div>
|
|
|