Skip to content

Commit

Permalink
chore(website): add Mastodon link to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 9, 2023
1 parent d02a04d commit 2e761c9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ const config = {
label: "Get started",
to: "/docs/",
},
{
label: "Blog",
to: "/blog",
},
],
},
{
Expand All @@ -114,14 +118,14 @@ const config = {
{
title: "More",
items: [
{
label: "Blog",
to: "/blog",
},
{
label: "GitHub",
href: "https://github.com/orhun/git-cliff",
},
{
label: "Mastodon",
href: "https://fosstodon.org/@git_cliff",
},
{
label: "Twitter",
href: "https://twitter.com/git_cliff",
Expand Down

0 comments on commit 2e761c9

Please sign in to comment.