Add icon idicating external posts
This commit is contained in:
parent
1cffa4d7d2
commit
cfb20f6851
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue