Differences From Artifact [edce0da550]:
- File render/userpage.t — part of check-in [8f954221a1] at 2020-12-27 04:08:20 on branch trunk — look ma, im tweetin (user: lexi, size: 844) [annotate] [blame] [check-ins using]
To Artifact [8e478d7a95]:
- File render/user-page.t — part of check-in [d4ecea913f] at 2020-12-31 00:15:53 on branch trunk — add lots more shit (user: lexi, size: 861) [annotate] [blame] [check-ins using]
- File render/userpage.t — part of check-in [0324d62546] at 2020-12-30 00:43:11 on branch trunk — continued iteration (user: lexi, size: 861) [annotate] [blame] [check-ins using]
26 26 end 27 27 posts:free() 28 28 29 29 var bdf = acc:finalize() 30 30 co:stdpage([lib.srv.convo.page] { 31 31 title = tiptr; body = bdf; 32 32 class = lib.str.plit 'profile'; 33 + cache = false; 33 34 }) 34 35 35 36 tiptr:free() 36 37 bdf:free() 37 38 end 38 39 39 40 return render_userpage