rel alternative for user too
Ted Unangst tedu@tedunangst.com
Sun, 06 Aug 2023 04:08:06 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.go
@@ -733,6 +733,7 @@ templinfo["PageArg"] = name
templinfo["Name"] = user.Name templinfo["WhatAbout"] = user.HTAbout templinfo["ServerMessage"] = "" + templinfo["APAltLink"] = templates.Sprintf("<link href='%s' rel='alternate' type='application/activity+json'>", user.URL) if u != nil { templinfo["HonkCSRF"] = login.GetCSRF("honkhonk", r) }