4 changed files with 15 additions and 1 deletions
After Width: | Height: | Size: 81 B |
@ -1,5 +1,5 @@ |
|||
<li> |
|||
<a href="{{ .Permalink }}" class="post-title">{{ if .Params.favorite }}🟊{{ end }} {{ .Title }}</a> |
|||
<a href="{{ .Permalink }}" class="post-title">{{ if .Params.favorite }}{{ partial "icon.html" "star" }}{{ end }} {{ .Title }}</a> |
|||
<p class="post-wordcount">{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p> |
|||
<p class="post-preview">{{ .Summary }} . . .</p> |
|||
</li> |
|||
|
After Width: | Height: | Size: 53 KiB |
Loading…
Reference in new issue