Fixed some linting issues

This commit is contained in:
Marcus Noble 2017-09-02 12:57:09 +01:00
parent bbdbb2f43c
commit 0e1e8af058
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
{{>head }}

View File

@ -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>