diff --git a/httpd.c b/httpd.c
index 73e539d..804ff1b 100644
--- a/httpd.c
+++ b/httpd.c
@@ -169,7 +169,8 @@ const char *share_page = ""
"\n"
"
\n"
"%s - snac\n"
-""
+"\n"
+"\n"
"\n"
"\n"
"%s link share
\n"
@@ -310,6 +311,7 @@ int server_get_handler(xs_dict *req, const char *q_path,
*ctype = "text/html";
*body = xs_fmt(share_page,
xs_dict_get(srv_config, "host"),
+ srv_baseurl,
xs_dict_get(srv_config, "host"),
srv_baseurl,
s,