heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

commit bf815b6cbe1e9143e13f53b7ecc0fa86e587375a
parent babbf089c9fed2c91742563af65f2790591155cc
Author: rbckman <rob@tarina.org>
Date:   Sun, 16 Aug 2026 23:21:24 +0300

also here link to usr feed

Diffstat:
Mhtml/heartranked.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/heartranked.html b/html/heartranked.html @@ -145,7 +145,7 @@ $else: </div> <div class="postmenu"> <small><small>$g['timeadded']</small></small> - <small>by $g['creator']</small> + <small>by <a href='?usrfeed=$g['creator']'>$g['creator']</a></small> $:userimage(g['creator']) <br> $getcombines(g['postid']) @@ -187,7 +187,7 @@ $else: </div> <div class="postmenu"> <small><small>$c['timeadded']</small></small> - <small>by $c['creator']</small> + <small>by <a href='?usrfeed=$c['creator']'>$c['creator']</a></small> $:userimage(c['creator']) <br> $getcombines(c['postid'])