Skip to content

Commit

Permalink
Fixed links on home page (#1682)
Browse files Browse the repository at this point in the history
* linked buoyant in logo list and opened cased studies in a new tab

---------

Signed-off-by: Travis Beckham <[email protected]>
  • Loading branch information
travisbeckham authored Sep 18, 2023
1 parent 9e8deb5 commit 0bdfd26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linkerd.io/layouts/partials/case-studies.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ range site.Data.case_studies.cases }}
<div class="column is-one-third">
<a href="{{ .url }}" class="card-link">
<a href="{{ .url }}" target="_blank" class="card-link">
<div class="card">
<header class="card-header">
<figure class="image">
Expand Down
10 changes: 6 additions & 4 deletions linkerd.io/layouts/partials/homepage/companies.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<div class="wrapper has-background-white companies">
<div class="container columns is-mobile">
<div class="column is-narrow created-by mr-4">
<p class="is-size-6 mb-4">Linkerd was created by</p>
<figure class="image">
<img src="/uploads/buoyant-logo-blue.png" alt="Buoyant" />
</figure>
<a href="https://buoyant.io/" target="_blank">
<p class="is-size-6 mb-4 has-text-navy-black">Linkerd was created by</p>
<figure class="image">
<img src="/uploads/buoyant-logo-blue.png" alt="Buoyant" />
</figure>
</a>
</div>
<div class="column logos-mask">
<p class="is-size-6 adopters">Adopters</p>
Expand Down

0 comments on commit 0bdfd26

Please sign in to comment.