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