Renamed post-header to post_header

This commit is contained in:
Oliver Davies 2015-08-09 01:39:52 +01:00
parent 211fa69a58
commit 2e55937a10
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{% set title_tag = title_tag|default('h1') %}
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
<p class="posted">Posted: {{ page.date|date('jS F Y') }}</p>
{#
{% if page.tags %}
Tags:
{% for tag in page.tags %}
{{ tag }}{% if not loop.last %},{% else %}.{% endif %}
{% endfor %}
{% endif %}
#}