From f991890cc202aac9d00578c9fa3d6004e9f9ece0 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:46:00 -0300 Subject: [PATCH] Add icon idicating external posts --- layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0bfe2ec..3813bd0 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -14,7 +14,7 @@ {{ if .Params.link }} - {{ .Title }} + {{ .Title }} ↪ {{ else }} {{ .Title }} {{ end }}