Skip to content

Commit

Permalink
update the footer to the Haystack handle (#214)
Browse files Browse the repository at this point in the history
* update the footer to the Haystack handle

* get rid of active members section
  • Loading branch information
TuanaCelik authored Oct 10, 2023
1 parent bca2e36 commit 1683a78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions content/pages/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hero:
icon: /images/icons/hugging-face.png

- title: Twitter
url: https://twitter.com/deepset_ai
url: https://twitter.com/haystack_ai
icon: /images/icons/twitter.svg

- title: LinkedIn
Expand All @@ -45,7 +45,7 @@ hero:
icon: /images/icons/youtube.svg

# Most active / new contributors
communityText: Most Active Community Members
# communityText: Most Active Community Members
contributorsText: New Contributors on GitHub

# Github section enabled/disabled
Expand Down
4 changes: 2 additions & 2 deletions themes/haystack/layouts/partials/community-hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ <h3>{{ .title }}</h3>
</ul>
{{ end }}

{{/* Most active community members */}}
<!-- {{/* Most active community members */}}
<div class="orbit">
<h2>{{ .communityText }}</h2>
<div class="orbit-stats-js">
<ul role="list">
{{ partial "orbit-community-members" . }}
</ul>
</div>
</div>
</div> -->


</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/haystack/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3>Sign up for community updates</h3>
<li>
<a
target="_blank"
href="https://twitter.com/deepset_ai"
href="https://twitter.com/haystack_ai"
rel="noreferrer noopener"
aria-label="Go to our Twitter page"
>
Expand Down
4 changes: 2 additions & 2 deletions themes/haystack/layouts/partials/opengraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
/>
<meta property="og:url" content="{{ .RelPermalink }}" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@deepset_ai" />
<meta name="twitter:site" content="@deepset_ai" />
<meta name="twitter:creator" content="@haystack_ai" />
<meta name="twitter:site" content="@haystack_ai" />

{{ if eq .Params.layout "integration" }}
<meta name="twitter:title" content="{{ .Params.Name }} | Haystack" />
Expand Down

1 comment on commit 1683a78

@vercel
Copy link

@vercel vercel bot commented on 1683a78 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.