nq4t-dot-com-jekyll/_layouts/page.html

13 lines
324 B
HTML

---
layout: default
---
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
<span class="post-date">Posted on: {{ page.date | date_to_string }} under:
{% for category in page.categories %}
{% unless category == "pages" %} {{ category }}
{% endunless %}{% endfor %}</span>
{{ content }}
</div>