Fixed some linting issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
{{> head }}
|
||||
<body>
|
||||
{{> header }}
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="post-meta feather_type">
|
||||
<span>
|
||||
<time datetime="{{moment this.date 'YYY-MM-DD' }}">
|
||||
<time datetime="{{moment this.date 'YYYY-MM-DD' }}">
|
||||
{{moment this.date 'dddd, Do MMMM YYYY' }}
|
||||
</time>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user