Skip to content

Commit 7e9c1cf

Browse files
committed
Update date format for posts
1 parent 9d3e573 commit 7e9c1cf

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>
67
<p class="post-meta">
78
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
89
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
910
{{ page.date | date: date_format }}
1011
</time>
1112
</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)