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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-12 18:15:17 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-12 18:15:17 +0300
commit7dd896a37239b7a48bb042eeb18d30457aabb1d9 (patch)
treedae2bd7cdc66c8e1d686cb607bf7243510cee30f /layouts/blog
parentfe68fbf42431065c0e5882bc260f357f98ed0428 (diff)
Improve titles
Diffstat (limited to 'layouts/blog')
-rw-r--r--layouts/blog/list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index cf430f8..d5cb55b 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -5,6 +5,8 @@
{{ end }}
{{ define "main" }}
+ <h1 class="text-center">Blog</h1>
+
{{ range .Paginator.Pages }}
<article>
<h2 class="title"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>