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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 1050056..9450348 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,8 @@
{{ define "main" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) 10 }}
<div id="content" class="pure-u-1 pure-u-md-3-4 pure-u-sm-1">
- {{ range .Paginator.Pages }}
+ <h1><center>Recent Posts</center></h1>
+ {{ range .Paginator.Pages }}
<div class="pad">
{{- partial "render_single_article.html" . -}}