Skip to content

Commit

Permalink
Bring the page title and date back
Browse files Browse the repository at this point in the history
  • Loading branch information
Janiczek committed Jun 27, 2023
1 parent 1b8a0d5 commit 18f055f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
layout: default
layout: page
---
<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta">
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: "%Y-%m-%d" }}
</time>
</p>
</header>

{{ content }}

{% include navlinks.html %}

0 comments on commit 18f055f

Please sign in to comment.