Skip to content

Commit

Permalink
feat(authors): open author url in a new window
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent cc92230 commit f97b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_includes/article_author.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endif %}
{% set auth = AUTHORS.get(author|string) %}
<div class="author_blurb">
<a href="{{ auth.url }}">
<a href="{{ auth.url }}" target="_blank">
{% if AUTHORS.get(author|string).avatar %}
<img src={{auth.avatar}} alt="{{author}} Avatar" title={{author}}>
{% endif %}
Expand Down

0 comments on commit f97b47a

Please sign in to comment.