Skip to content

Commit

Permalink
Add icon idicating external posts
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Oct 17, 2023
1 parent 1cffa4d commit cfb20f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 class="blog-filter">{{ i18n "filtering-for" }} "{{ .Title }}"</h3>
</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 }}
Expand Down

0 comments on commit cfb20f6

Please sign in to comment.