Update post.html
This commit is contained in:
parent
7c80828ad8
commit
f68edd55b5
@ -4,7 +4,7 @@
|
||||
<ul class="list-inline mb-3">
|
||||
<li class="list-inline-item mr-3 ml-0"><i class="fa-solid fa-calendar-day"></i> {{ time.Format "02 Jan 2006" .PublishDate }}</li>
|
||||
<li class="list-inline-item mr-3 ml-0"><i class="fa-solid fa-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 | truncate 20 }}</a></h4>
|
||||
<p class="card-text">{{ .Summary | truncate 100 }}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user