diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 23:46:00 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 23:46:00 -0300 |
commit | f991890cc202aac9d00578c9fa3d6004e9f9ece0 (patch) | |
tree | 79ae256cdba865c500599c66aae5d9f4f6d529b8 /layouts | |
parent | 15f8ac86325dcb4e37cdfd38121a8a0380d68624 (diff) | |
download | hugo-bearcub-f991890cc202aac9d00578c9fa3d6004e9f9ece0.tar.gz hugo-bearcub-f991890cc202aac9d00578c9fa3d6004e9f9ece0.tar.bz2 |
Add icon idicating external posts
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </i> </span> {{ if .Params.link }} - <a href="{{ .Params.link }}" target="_blank">{{ .Title }}</a> + <a href="{{ .Params.link }}" target="_blank">{{ .Title }} ↪</a> {{ else }} <a href="{{ .Permalink }}">{{ .Title }}</a> {{ end }} |