Merge pull request #3 from StevanFreeborn/stevanfreeborn/fix/open-links-in-new-tab
fix: open links in new tab
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<ul>
|
||||
{{ range .Links }}
|
||||
<li>
|
||||
<a class="link" href="{{ .Href }}">
|
||||
<a class="link" href="{{ .Href }}" target="_blank">
|
||||
<i class="{{ .Icon }}"></i>
|
||||
<span>{{ .Text }}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user