Skip to content

Commit 0ea6e9f

Browse files
authored
docs: swap X to Mastodon (#1670)
1 parent 16ec44e commit 0ea6e9f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

website/astro.config.mjs

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export default defineConfig({
2828
href: 'https://github.com/htmlhint/htmlhint',
2929
},
3030
{
31-
icon: 'x.com',
32-
label: 'x',
33-
href: 'https://x.com/htmlhint',
31+
icon: 'mastodon',
32+
label: 'Mastodon',
33+
href: 'https://mastodon.social/@htmlhint',
3434
},
3535
{
3636
icon: 'openCollective',
@@ -102,6 +102,13 @@ export default defineConfig({
102102
content: 'light dark',
103103
},
104104
},
105+
{
106+
tag: 'meta',
107+
attrs: {
108+
name: 'fediverse:creator',
109+
content: '@[email protected]',
110+
},
111+
},
105112
],
106113
sidebar: [
107114
{

website/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Welcome to HTMLHint
3-
description: The web's most popular Static code analysis tool you need for your HTML. Available as a CLI tool, VS Code extension, and more.
3+
description: The web's most popular static code analysis tool you need for your HTML. Available as a CLI tool, VS Code extension, and more.
44
hero:
5-
tagline: The web's most popular Static code analysis tool you need for your HTML
5+
tagline: The web's most popular static code analysis tool you need for your HTML
66
image:
77
file: ../../assets/img/htmlhint.webp
88
actions:

0 commit comments

Comments
 (0)