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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-08 06:28:51 +0300
committerguangmean <angularcorp@outlook.com>2019-01-08 06:28:51 +0300
commitee425971afe6646e85ab3b7e8cc228254a7c6675 (patch)
treee233d7d4c7064fe23c0c1f7922852ac469df3b20
parent165f9d98cc6c9759498f46b68730b34b0a603c68 (diff)
Update index.html
Display limit to 100
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a4495a3..5806ecf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,7 +19,7 @@
<a href="/" class="current">HOME</a>
</div>
<div>
- {{ range (.Paginate ( first 3 .Pages.ByPublishDate.Reverse )).Pages }}
+ {{ range (.Paginate ( first 100 .Pages.ByPublishDate.Reverse )).Pages }}
<article>
<h3><a href="{{ .RelPermalink }}">&#10132; {{ .Title }}</a></h3>
<div class="less">