diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 23:48:18 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 23:48:18 -0300 |
commit | cfb20f68513fda3a72f49c43da6fa84190855d25 (patch) | |
tree | 6d0a22f23ff2c531fd3504b3ce63ac213ca593cf /layouts/_default | |
parent | 1cffa4d7d2e4106cde18807fc4f2353ed980bf56 (diff) | |
download | hugo-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.html | 2 |
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 }} |