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" }})