about summary refs log tree commit diff homepage
path: root/utils.jl
diff options
context:
space:
mode:
Diffstat (limited to 'utils.jl')
-rw-r--r--utils.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.jl b/utils.jl
index 81c56fa..62dce1d 100644
--- a/utils.jl
+++ b/utils.jl
@@ -11,7 +11,7 @@ function hfun_abslink(args)
 end
 
 dir_url() = strip(dirname(locvar(:fd_url)), '/')
-message_id() = "<$(dir_url())@cnx>"
+message_id() = "%3C$(dir_url())@cnx%3E"
 hfun_comments() = @sprintf("https://lists.sr.ht/~cnx/site?search=%s:%s",
                            "In-Reply-To", message_id())