Display star near favorite posts.

This commit is contained in:
Danila Fedorin 2020-12-30 14:27:42 -08:00
parent 2e3074df00
commit 98a46e9fd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<li>
<a href="{{ .Permalink }}" class="post-title">{{ .Title }}</a>
<a href="{{ .Permalink }}" class="post-title">{{ if .Params.favorite }}🟊{{ end }} {{ .Title }}</a>
<p class="post-wordcount">{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p>
<p class="post-preview">{{ .Summary }} . . .</p>
</li>