diff --git a/html.c b/html.c index 5530c34..21ee151 100644 --- a/html.c +++ b/html.c @@ -259,28 +259,116 @@ d_char *html_user_header(snac *snac, d_char *s, int local) /* user info */ { - s = xs_str_cat(s, "
%s
\n", - xs_dict_get(snac->config, "name")); - s = xs_str_cat(s, s1); - - xs *s2 = xs_fmt("@%s@%s
\n", - xs_dict_get(snac->config, "uid"), xs_dict_get(srv_config, "host")); - s = xs_str_cat(s, s2); - xs *bio = NULL; - not_really_markdown(xs_dict_get(snac->config, "bio"), &bio); - xs *s3 = xs_fmt("%s
\n" + "@%s@%s
\n" + "\n" + "