From b488b7e31dcfe6314f58ef354f81444fd41dacc7 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 31 Jul 2023 15:40:16 +0200 Subject: [PATCH] socials: add mastodon Signed-off-by: Mathieu Tortuyaux --- config.yaml | 2 ++ themes/flatcar/layouts/partials/socials.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 8a8593e9..4247305e 100644 --- a/config.yaml +++ b/config.yaml @@ -28,6 +28,8 @@ params: - title: github url: 'https://github.com/flatcar' image: 'github-icon' + - title: mastodon + url: 'https://hachyderm.io/@flatcar' favicon: "/media/brand-logo.svg" docs: github_edit_url: https://github.com/flatcar/flatcar-docs/edit/main/docs/ diff --git a/themes/flatcar/layouts/partials/socials.html b/themes/flatcar/layouts/partials/socials.html index 1ad5e988..03ae76f7 100644 --- a/themes/flatcar/layouts/partials/socials.html +++ b/themes/flatcar/layouts/partials/socials.html @@ -2,7 +2,7 @@ {{ range .Site.Params.social }}
  • - +
  • {{ end }}