From 98a46e9fd4549eb2510000dded519cbdd7022218 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 30 Dec 2020 14:27:42 -0800 Subject: [PATCH] Display star near favorite posts. --- themes/vanilla/layouts/partials/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vanilla/layouts/partials/post.html b/themes/vanilla/layouts/partials/post.html index 8bf96f4..055ed72 100644 --- a/themes/vanilla/layouts/partials/post.html +++ b/themes/vanilla/layouts/partials/post.html @@ -1,5 +1,5 @@
  • - {{ .Title }} + {{ if .Params.favorite }}🟊{{ end }} {{ .Title }}

    {{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.

    {{ .Summary }} . . .