snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 331c392ae01ee7496e813873d621f8637bee0273
parent e239d51de1a0158460defc198fe7fbc7f8049b0a
Author: default <nobody@localhost>
Date:   Fri, 18 Nov 2022 11:42:13 +0100

Added a RSS link in the public timeline page.

Diffstat:
Mhtml.c | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/html.c b/html.c @@ -192,8 +192,11 @@ d_char *html_user_header(snac *snac, d_char *s, int local) xs *s1; if (local) - s1 = xs_fmt("<a href=\"%s/admin\" rel=\"nofollow\">%s</a></nav>\n", - snac->actor, L("admin")); + s1 = xs_fmt( + "<a href=\"%s.rss\">%s</a> - " + "<a href=\"%s/admin\" rel=\"nofollow\">%s</a></nav>\n", + snac->actor, L("RSS"), + snac->actor, L("admin")); else s1 = xs_fmt( "<a href=\"%s\">%s</a> - "