We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9c1cf commit 0b8032dCopy full SHA for 0b8032d
_layouts/post.html
@@ -3,13 +3,13 @@
3
---
4
<article class="post h-entry">
5
<header class="post-header">
6
- <h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
7
<p class="post-meta">
8
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
9
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
10
{{ page.date | date: date_format }}
11
</time>
12
</p>
+ <h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
13
</header>
14
15
<div class="post-content e-content">
0 commit comments