diff --git a/postrender.go b/postrender.go index e31c462..0cd9f55 100644 --- a/postrender.go +++ b/postrender.go @@ -83,7 +83,7 @@ func applyMarkdownSpecial(data []byte, skipNoFollow bool, baseURL string, cfg *c tagPrefix = "/read/t/" } md = []byte(hashtagReg.ReplaceAll(md, []byte("#$1"))) - handlePrefix := baseURL + "mention:" + handlePrefix := "/mention:" md = []byte(mentionReg.ReplaceAll(md, []byte("$0"))) } // Strip out bad HTML