summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 18:10:01 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 18:10:01 +0100
commitbbcea27fcb43b7d554431bba750e6bfa9016ad37 (patch)
treee11dcfb746fdf8c829e681dbc2a7333bb005dca8
parentc69bbc7c0ee77c11dbc7cae346dbf282fffb956d (diff)
Remove different color for copied articles
-rw-r--r--layouts/shortcodes/article-list.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html
index d3d826e..5341738 100644
--- a/layouts/shortcodes/article-list.html
+++ b/layouts/shortcodes/article-list.html
@@ -3,8 +3,7 @@
</h2>
<ul>
{{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }}
- <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}" {{ if .Params.copied }}style="color:#73daca;" {{ end
- }}>{{
+ <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{
.Title }}</a></li>
{{- end }}
</ul>