Skip to content

Commit

Permalink
Open tweets in new tab
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Beckham <[email protected]>
  • Loading branch information
travisbeckham committed Sep 11, 2023
1 parent 5782547 commit 5f268a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/layouts/partials/homepage/tweets.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="title has-text-navy-black py-5">{{.title}}</h2>
<div class="column is-half p-5">
<div class="card">
<header class="card-header px-4 py-2">
<a href="{{ .url }}">
<a href="{{ .url }}" target="_blank">
<div class="media is-align-items-center">
<div class="media-left">
<figure class="image is-48x48">
Expand Down

0 comments on commit 5f268a9

Please sign in to comment.