From 046dd0abe773e750dd4cd528b2c097c71425c150 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Tue, 21 Mar 2023 00:24:22 -0400 Subject: [PATCH] Add rel=me with github and email for indielogin --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 331a992..5886469 100644 --- a/config.toml +++ b/config.toml @@ -167,10 +167,12 @@ maxWidth = "20rem" [[params.social]] name = "email" url = "mailto:kaan@bgenc.net" +me = true [[params.social]] name = "github" url = "https://github.com/SeriousBug/" +me = true [[params.social]] name = "mastodon"