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

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBergin Panimayam <bergin@bergin.io>2020-09-07 19:52:57 +0300
committerBergin Panimayam <bergin@bergin.io>2020-09-07 19:52:57 +0300
commita3ca696cc4f2736a0ae66dfdabde559d2fce1105 (patch)
tree25899c72f82280d0a45c07375cf3d310aa8c1a43
parent07ad60b1c0491184342bfc0b5364abbcf9b07098 (diff)
Generalizing the title to support categories & tags
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index f274873..f061536 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -5,7 +5,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto px-0">
- <h2 class="mb-4">Posts are showing from <span class="text-primary">{{ .Title }}</span> categories</h2>
+ <h2 class="mb-4">Posts related to <span class="text-primary">{{ .Title }}</span></h2>
<div class="bg-white shadow block">
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }}
{{ range $paginator.Pages }}