diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
| commit | 74fbee8d95f42740a9f716109b0523b1619d1e87 (patch) | |
| tree | ac3bda7f11665408ec345b04eaf1e88614a9526b /template/nigga.st | |
| parent | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (diff) | |
Refactor: rename dump DOM ids to hump
Diffstat (limited to 'template/nigga.st')
| -rwxr-xr-x | template/nigga.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/nigga.st b/template/nigga.st index 91b0d8b..1cd28d7 100755 --- a/template/nigga.st +++ b/template/nigga.st @@ -78,13 +78,13 @@ <div id="middash"> - <h2><a href="/$nick$">$dump_cnt$ humps ➡</a></h2> + <h2><a href="/$nick$">$hump_cnt$ humps ➡</a></h2> <hr> </h8> - <h2><a href="/$nick$/favorites">$dumps_user_faved_cnt$ humps Faved ➡</a></h2> + <h2><a href="/$nick$/favorites">$humps_user_faved_cnt$ humps Faved ➡</a></h2> <hr> <h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ humps Faved</h3> </div> |
