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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section/pinnedPosts.html')
-rw-r--r--layouts/section/pinnedPosts.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/section/pinnedPosts.html b/layouts/section/pinnedPosts.html
index e9e39b4..0049765 100644
--- a/layouts/section/pinnedPosts.html
+++ b/layouts/section/pinnedPosts.html
@@ -1,5 +1,4 @@
{{ define "main" }}
-<h1>{{ .Title }}</h1>
{{$paginator := .Paginate (where .Site.Pages "Params.pinned" true).ByDate.Reverse 5 }}
{{ range $paginator.Pages }}
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>