Added post.html.twig
This commit is contained in:
parent
acc6c64b42
commit
c87a353705
7
source/themes/opdavies/opdavies/_layouts/post.html.twig
Normal file
7
source/themes/opdavies/opdavies/_layouts/post.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{% extends 'default' %}
|
||||||
|
|
||||||
|
{% block content_wrapper %}
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
Posted: {{ page.date | date('jS F Y') }}
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
{% endblock %}
|
Reference in a new issue