diff --git a/layouts/index.html b/layouts/index.html
index 9bb53bf..3fa72ab 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* get all the pages that are regular posts and not pages */}}
- {{ $postsDir := .Site.Params.Posts | default (slice "posts") }}
+ {{ $postsDir := .Site.Params.Posts | default (slice "posts" "post") }}
{{ $postsList := where .Site.RegularPages "Section" "in" $postsDir }}
{{/* pagination */}}
@@ -17,7 +17,7 @@
|
{{ range .Params.tags }}
- #{{ . }}
+ #{{ . }}
{{ end }}
{{ end }}