aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:48:18 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:48:18 -0300
commitcfb20f68513fda3a72f49c43da6fa84190855d25 (patch)
tree6d0a22f23ff2c531fd3504b3ce63ac213ca593cf /layouts/_default
parent1cffa4d7d2e4106cde18807fc4f2353ed980bf56 (diff)
downloadhugo-bearcub-cfb20f68513fda3a72f49c43da6fa84190855d25.tar.gz
hugo-bearcub-cfb20f68513fda3a72f49c43da6fa84190855d25.tar.bz2
Add icon idicating external posts
Diffstat (limited to 'layouts/_default')
-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 c251837..354bc9c 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 }}