scopesessions.org/_layouts/post.html

20 lines
421 B
HTML
Raw Permalink Normal View History

2015-02-13 18:17:53 +01:00
---
layout: default
---
2014-11-30 23:17:02 +01:00
<div class="post">
2015-02-13 18:11:24 +01:00
<div class="wrapper">
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
</header>
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
<article class="post-content">
<a> test </a> {{ content }}
</article>
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
</div>
2014-11-30 23:17:02 +01:00
</div>