fix: blog post date format
This commit is contained in:
@@ -15,7 +15,7 @@ layout: "layout.njk"
|
|||||||
<!--- Date Section -->
|
<!--- Date Section -->
|
||||||
<div class="flex items-center mb-1 md:mb-0">
|
<div class="flex items-center mb-1 md:mb-0">
|
||||||
<i class="fas fa-fw fa-calendar-alt mr-2"></i>
|
<i class="fas fa-fw fa-calendar-alt mr-2"></i>
|
||||||
<span>Published on {{ date | readableDate }}</span>
|
<span>Published on {{ page.date | readableDate }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!--- Views Section -->
|
<!--- Views Section -->
|
||||||
<span class="hidden md:inline mx-2 text-gray-600">|</span>
|
<span class="hidden md:inline mx-2 text-gray-600">|</span>
|
||||||
|
Reference in New Issue
Block a user