From 8b1684b6c27c51bde5c4bb058e40e288089eb129 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Wed, 14 Aug 2019 14:40:10 +0200 Subject: Removed trailing spaces and missing newline at EOF (#170) --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index f38c33a..3de991a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -45,11 +45,11 @@ {{ $home := . }} {{ $pages := .Resources.ByType "page" }} - {{ with .Site.GetPage "/blog" }} + {{ with .Site.GetPage "/blog" }} {{ $pages = $pages | append . }} {{ end }} - {{ with .Site.GetPage "/projects" }} + {{ with .Site.GetPage "/projects" }} {{ $pages = $pages | append . }} {{ end }} -- cgit v1.2.3