From 3f7e3c1d81fef35eada041b7d901974129238dce Mon Sep 17 00:00:00 2001 From: default Date: Mon, 14 Aug 2023 18:02:20 +0200 Subject: Unify the instance description text. --- html.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index 126f4ab..f7fa520 100644 --- a/html.c +++ b/html.c @@ -273,18 +273,7 @@ xs_str *html_instance_header(xs_str *s) s = xs_str_cat(s, "
\n"); { - xs *s1 = xs_fmt( - "

%s is a " - "Fediverse " - "instance that uses the " - "ActivityPub " - "protocol. In other words, users at this host can communicate with people " - "that use software like Mastodon, Pleroma, Friendica, etc. " - "all around the world.

\n" - "

This server runs the " - "snac software and there is no " - "automatic sign-up process.

\n", - host); + xs *s1 = xs_replace(snac_blurb, "%host%", host); s = xs_str_cat(s, s1); } -- cgit v1.2.3