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:
authorLeon Rosenshein <leon@rosenshein.org>2022-03-20 08:40:51 +0300
committerLeon Rosenshein <leon@rosenshein.org>2022-03-20 08:40:51 +0300
commita241a823b1fb3eddbb52942d19f58530e19ae346 (patch)
tree5a70ff7ce6c7bc3ef6b91a5f83de9f49c84e1681
parent8b6c826cffc650e96828e19a4770369f1653dfbb (diff)
SEO is hard
-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" . -}}