Fixed some linting issues
This commit is contained in:
parent
bbdbb2f43c
commit
0e1e8af058
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
{{>head title=site.title summary=site.description}}
|
||||
|
||||
@ -19,7 +19,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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
{{>head }}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user