aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:46:00 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:46:00 -0300
commitf991890cc202aac9d00578c9fa3d6004e9f9ece0 (patch)
tree79ae256cdba865c500599c66aae5d9f4f6d529b8 /layouts
parent15f8ac86325dcb4e37cdfd38121a8a0380d68624 (diff)
downloadhugo-bearcub-f991890cc202aac9d00578c9fa3d6004e9f9ece0.tar.gz
hugo-bearcub-f991890cc202aac9d00578c9fa3d6004e9f9ece0.tar.bz2
Add icon idicating external posts
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
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 }}