From 57f12e9a0beb6ba99699e03e8ba7dd51aa4ec411 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sun, 5 Nov 2023 19:45:44 +0100 Subject: [PATCH] feat(links): add rel=me html attr on profile links --- config/links.yaml | 23 +---------------------- templates/home/links.html.twig | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/config/links.yaml b/config/links.yaml index 3edb36b..7bdfa0f 100644 --- a/config/links.yaml +++ b/config/links.yaml @@ -3,15 +3,7 @@ links: # or profiles name: Mastodon username: lefuturiste url: https://mstdn.io/users/lefuturiste - # - id: youtube - # name: YouTube - # legacy: true - # url: https://www.youtube.com/channel/UC0x-gNbsyyrC69HjT5Z44MQ - - # - id: twitter - # name: Twitter - # legacy: true - # url: https://twitter.com/_le_futuriste + profile: main - id: github name: GitHub username: lefuturiste @@ -36,19 +28,6 @@ links: # or profiles thumbnail: src: discord.svg style: "transform: scale(0.75)" - # - id: discord-server - # name: - # fr: Mon serveur discord - # en: My discord server - # legacy: true - # url: https://discord.com/invite/3W94m7ts3H - # thumbnail: - # src: discord.svg - # style: "transform: scale(0.75)" - # - id: soundcloud - # name: Sound Cloud - # legacy: true - # url: https://soundcloud.com/lefuturiste - id: stackoverflow name: StackOverflow username: lefuturiste diff --git a/templates/home/links.html.twig b/templates/home/links.html.twig index 505ac6b..66fbd4d 100644 --- a/templates/home/links.html.twig +++ b/templates/home/links.html.twig @@ -6,7 +6,7 @@