Skip to content

Commit

Permalink
add linkedin to integration authors (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgauci authored Oct 4, 2024
1 parent 2b97584 commit 78a1dbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/haystack/layouts/_default/integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ <h1>Integration: {{ .Params.name }}</h1>
<img src="/images/icons/twitter-dark.svg" class="twitter-icon" alt="{{ . }}" />
</a>
{{ end }}

{{ with .linkedin }}
<a href="{{ . }}" target="_blank" rel="noopener noreferrer">
<img src="/images/icons/linkedin-dark.svg" class="linkedin-icon" alt="" />
</a>
{{ end }}
</div>
{{ end }}
</div>
Expand Down

0 comments on commit 78a1dbd

Please sign in to comment.