Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <VincentTam@users.noreply.github.com>2019-08-14 15:40:10 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-08-14 15:40:10 +0300
commit8b1684b6c27c51bde5c4bb058e40e288089eb129 (patch)
tree200fb0bbb0ea4cbe7ceda2e1d8d31a1dc54d2ac2 /layouts
parent7dbdfe32b974c84397a2a09dad67523352c0dbdc (diff)
Removed trailing spaces and missing newline at EOF (#170)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
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 }}