From 3adfa5b8fe8e34551ae23ddd31fdd133bcc78c55 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Wed, 5 Jun 2024 21:01:04 +0200 Subject: [PATCH] social follow icons home: mastodon en RSS, no Twotter --- config/_default/menus/menu.en.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index f4cec60..dc8fbd0 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -157,9 +157,9 @@ weight = 1 url = "mailto:info@osgeo.nl" [[social]] - name = "twitter" + name = "mastodon" weight = 2 - url = "https://twitter.com/osgeonl" + url = "https://fosstodon.org/@osgeonl" [[social]] name = "youtube" type = "social" @@ -170,3 +170,7 @@ type = "social" weight = 4 url = "https://github.com/osgeonl" +[[social]] + name = "rss" + url = "https://osgeo.nl/index.xml" + weight = 5