Add icon idicating external posts

This commit is contained in:
Caio Lente 2023-10-16 23:48:18 -03:00
parent 1cffa4d7d2
commit cfb20f6851
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A

View File

@ -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 }}