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

github.com/themefisher/educenter-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-11-22 05:45:04 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-11-22 05:45:04 +0300
commit58e373203b7b08b79fcee1b8b67a5a0578a0fd99 (patch)
tree52bc29b991c44e0f68ede77342cfe20a24a5f1c4
parente53a30e69b49c4cbec6ec2e22208ced77077b017 (diff)
fix author link from blog list
-rw-r--r--layouts/_default/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/post.html b/layouts/_default/post.html
index 8f94533..9fca0e8 100644
--- a/layouts/_default/post.html
+++ b/layouts/_default/post.html
@@ -7,7 +7,7 @@
<li class="list-inline-item mr-3 ml-0"><i class="ti-calendar"></i> {{ .PublishDate.Format "02 Jan, 2006" }}</li>
<!-- author -->
<li class="list-inline-item mr-3 ml-0"><i class="ti-user"></i> <a
- href="{{ `author` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}</a></li>
+ href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}</a></li>
</ul>
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<p class="card-text">{{ .Summary | truncate 100 }}</p>