From 772a1f8a0cd2e88ca7225da2df9d3c32afc23b7a Mon Sep 17 00:00:00 2001 From: Yurizal Susanto Date: Mon, 30 Apr 2018 11:21:05 +0700 Subject: Change default post section --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 150b1d5..88821c8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ {{ with .Content }}{{.}}{{ end }} {{ $latestcount := .Site.Params.LatestCount | default 3 }} - {{ $postsection := .Site.Params.PostSection | default "blog" }} + {{ $postsection := .Site.Params.PostSection | default "post" }}

{{ T "latestPost" }}