From 1965ee67881e75b9a23c6d2e27922cd70dffd576 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 30 Oct 2023 11:02:52 -0400 Subject: [PATCH] Bold featured elsewhere posts --- themes/v2/layouts/elsewhere/list.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/v2/layouts/elsewhere/list.html b/themes/v2/layouts/elsewhere/list.html index 19c539c..ab88393 100644 --- a/themes/v2/layouts/elsewhere/list.html +++ b/themes/v2/layouts/elsewhere/list.html @@ -12,7 +12,12 @@ {{ $host := strings.Replace $url.Hostname "www." "" }}
  • - {{ .Title }} + {{ if .Params.featured }} + {{ .Title }} + {{ else }} + {{ .Title }} + {{ end }} + ({{ $host }}, {{ .Date | time.Format "2006-01-02" }})