mirror of
https://github.com/mfocko/blog.git
synced 2025-05-06 11:22:58 +02:00
chore: add two-way links
• Threads • Fosstodon Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
c9d44d1dd8
commit
ea3360f0d6
1 changed files with 18 additions and 0 deletions
|
@ -74,6 +74,24 @@ const config = {
|
|||
|
||||
url: "https://blog.mfocko.xyz",
|
||||
baseUrl: "/",
|
||||
headTags: [
|
||||
/* For two-way link to the Fosstodon profile */
|
||||
{
|
||||
tagName: "link",
|
||||
attributes: {
|
||||
rel: "me",
|
||||
href: "https://fosstodon.org/@m4tt_314",
|
||||
},
|
||||
},
|
||||
/* For two-way link to the Threads profile */
|
||||
{
|
||||
tagName: "link",
|
||||
attributes: {
|
||||
rel: "me",
|
||||
href: "https://www.threads.net/@m4tt_314",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
// GitHub Pages deployment config.
|
||||
organizationName: "mfocko",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue