scopesessions.org/_layouts/post.html
Open-Steps.org 0599db44e3 First commit
2014-11-30 23:17:02 +01:00

20 lines
446 B
HTML

---
layout: default
---
<div class="post">
<div class="wrapper">
<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>
<article class="post-content">
<a> test </a>
{{ content }}
</article>
</div>
</div>