Re-add text above old post content
This commit is contained in:
parent
44193cc4a9
commit
76773c4ad8
2 changed files with 19 additions and 1 deletions
|
@ -5,10 +5,16 @@
|
|||
<div class="space-y-6">
|
||||
<header>
|
||||
<time datetime="{{ page.date|date('Y-m-d') }}">
|
||||
{{- page.date|date('jS F Y') -}}
|
||||
Posted on {{ page.date|date('jS F Y') -}}
|
||||
</time>
|
||||
</header>
|
||||
|
||||
<div>
|
||||
{% include 'post/old-post-message' with {
|
||||
post: page,
|
||||
} only %}
|
||||
</div>
|
||||
|
||||
<div class="markdown">
|
||||
{{ parent() }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue