Skip to content

Commit 758c08e

Browse files
committed
Include automatic title
1 parent 4b0e07d commit 758c08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/post.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
---
4+
5+
<h2>{{ page.title }}</h2>
6+
47
<p>{{ page.date | date: "%Y-%m-%d" }} - {{ site.writtenBy[page.lang] }} {{ page.author }}</p>
58

69
{% assign pageDate = page.date | date: "%Y-%m-%d" %}

0 commit comments

Comments
 (0)