Commit 772a1f8a authored by Yurizal Susanto's avatar Yurizal Susanto
Browse files

Change default post section

parent 056ca6f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
		{{ with .Content }}{{.}}{{ end }}
	</header>
	{{ $latestcount := .Site.Params.LatestCount | default 3 }}
	{{ $postsection := .Site.Params.PostSection | default "blog" }}
	{{ $postsection := .Site.Params.PostSection | default "post" }}
	<section>
		<h4>{{ T "latestPost" }}</h4>
		<ul class="no-bullet">