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:
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 }}