fix: remove unnecessary colon from publication date in post template
This commit is contained in:
@@ -3,7 +3,7 @@ layout: "layout.njk"
|
|||||||
---
|
---
|
||||||
<article>
|
<article>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<p class="text-gray-400">Published on: {{ date | readableDate }}</p>
|
<p class="text-gray-400">Published on {{ date | readableDate }}</p>
|
||||||
<br/>
|
<br/>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
|
Reference in New Issue
Block a user