Skip to content

Commit

Permalink
fix author link from blog list
Browse files Browse the repository at this point in the history
  • Loading branch information
somratpro committed Nov 22, 2020
1 parent e53a30e commit 58e3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 58e3732

Please sign in to comment.