From 253e7c21583d52b8fd16aba9387dc45d83ee1444 Mon Sep 17 00:00:00 2001 From: Quy Le Anh Date: Tue, 28 Jun 2022 10:46:59 +0700 Subject: [PATCH] components:datetime: replace featured story icon Just a small improvement for featured story icon. I get the svg icon from default official ghost theme which uses `var(--ghost-accent-color)` as color. --- partials/components/datetime.hbs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/partials/components/datetime.hbs b/partials/components/datetime.hbs index 5ba289a0..5760bdcc 100644 --- a/partials/components/datetime.hbs +++ b/partials/components/datetime.hbs @@ -2,5 +2,9 @@ ยท {{reading_time seconds=(t "< 1 min read") minute=(t "1 min read") minutes=(t "% min read")}} - {{#if featured}}{{/if}} - \ No newline at end of file + {{#if featured}} + + + + {{/if}} +