From 901f2253fc4b7bb73ea4f1b0032859d70f8babfb Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 13 Jan 2025 10:37:03 +0100 Subject: [PATCH] Changement validation profil --- config.toml | 3 ++- layouts/partials/social.html | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 layouts/partials/social.html diff --git a/config.toml b/config.toml index 3d84397..9acce3e 100644 --- a/config.toml +++ b/config.toml @@ -65,6 +65,7 @@ enableRobotsTXT = true # You can use this to inject any HTML in the tag. # Ideal usecase for this is to import custom js/css or add your analytics snippet customHeadHTML = ''' + Mastodon ''' @@ -81,6 +82,6 @@ enableRobotsTXT = true footer = "OzK" socialIcons = [ - {name = "mastodon", url = "https://mastodon.social/@ozk", rel = "me"}, + {name = "mastodon", url = "https://mastodon.social/@ozk"}, {name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"}, ] diff --git a/layouts/partials/social.html b/layouts/partials/social.html deleted file mode 100644 index 813695a..0000000 --- a/layouts/partials/social.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ range .Site.Params.socialIcons }} - - {{ .name }} - -{{ end }}