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:
-rw-r--r--layouts/author/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/author/single.html b/layouts/author/single.html
index e28aa97..2d1f130 100644
--- a/layouts/author/single.html
+++ b/layouts/author/single.html
@@ -19,7 +19,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto px-0">
- <h2 class="mb-4">Post by author</h2>
+ <h2 class="mb-4">Posts by {{ .Title }}</h2>
<div class="bg-white shadow block">
{{ $name:= .Title }}
{{ range where .Site.RegularPages "Params.author" $name }}