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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-30 07:21:05 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:56:54 +0300
commit772a1f8a0cd2e88ca7225da2df9d3c32afc23b7a (patch)
treed4b07311732555214968bf8b4a8faf4e3795662a
parent056ca6f2d4a02f8fdbe1cf37bd0cf5c50dff93a1 (diff)
Change default post section
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
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 }}
</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">