set url target link to blank (#278)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Henzel Moras 2021-04-01 23:30:44 +05:30 committed by GitHub
parent cf4665085c
commit 23725c220c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
<h5 class="p-1">
{{ .designation }}
{{ if .company }}
{{ i18n "at"}} <a href="{{ .company.url }}">{{ .company.name }}</a>
{{ i18n "at"}} <a href="{{ .company.url }}" target="_blank">{{ .company.name }}</a>
{{ end }}
</h5>
{{ end }}