Skip to content

Commit 0b8032d

Browse files
committed
Update date format for posts
1 parent 7e9c1cf commit 0b8032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
---
44
<article class="post h-entry">
55
<header class="post-header">
6-
<h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
76
<p class="post-meta">
87
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
98
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
109
{{ page.date | date: date_format }}
1110
</time>
1211
</p>
12+
<h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
1313
</header>
1414

1515
<div class="post-content e-content">

0 commit comments

Comments
 (0)