From 0e1e8af058a8bb5e89250da7d4870424324a877d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 2 Sep 2017 12:57:09 +0100 Subject: [PATCH] Fixed some linting issues --- templates/index.html | 4 ++-- templates/page.html | 2 +- templates/post.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index bb8fd1e..55785e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,5 @@ - + {{>head title=site.title summary=site.description}} @@ -19,7 +19,7 @@
- diff --git a/templates/page.html b/templates/page.html index 7943f01..e1548a0 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,5 @@ - + {{>head }} diff --git a/templates/post.html b/templates/post.html index 982d092..75caaf4 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,4 +1,4 @@ - + {{> head }} {{> header }} @@ -14,7 +14,7 @@