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 <rizal.sagi@gmail.com>2017-07-02 06:13:59 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-02 06:13:59 +0300
commit43ce1656ab7270e98a3d3e71a11b5ea00338ec24 (patch)
tree9f5030ba65266911afef68d84b43c0e2d6d02a27 /layouts
parent2c5876c46e16a92156670fb624493b68351d1a8d (diff)
Change default LatestCount to 3
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index de48aae..1ef103a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,6 @@
{{ partial "header" . }}
-{{ $latestcount := .Site.Params.latestcount | default 5 }}
{{ partial "title" . }}
+{{ $latestcount := .Site.Params.LatestCount | default 3 }}
<section>
<h4>{{ T "latestPost" }}</h4>
<ul class="no-bullet">