[1mdiff --git a/booster.py b/booster.py[m
[1mindex a2636da..797144e 100755[m
[1m--- a/booster.py[m
[1m+++ b/booster.py[m
[36m@@ -131,7 +131,7 @@[m [mdef handle_client(stream):[m
group = CONFIG['files'][file_group][m
if type(group) != dict: continue[m
if 'subdir' in group:[m
[31m- auth_prefix = append_slash(group['subdir'])[m
[32m+[m[32m auth_prefix = '/' + append_slash(group['subdir'])[m
msg_path = path[len(auth_prefix):][m
elif 'file' in group:[m
auth_prefix = '/' + group['file'][m
[36m@@ -181,7 +181,7 @@[m [mdef handle_client(stream):[m
response += "\n"[m
response += f"=> {view_url} View the page\n"[m
response += f"=> gemini://warmedal.se/~antenna/submit?%s Notify Antenna" %\[m
[31m- urlenc('%s%s' % (CONFIG['site_url'], GEMLOG_SUBDIR))[m
[32m+[m[32m urlenc('%s%s' % (pjoin(CONFIG['site_url'], GEMLOG_SUBDIR)))[m
[m
# Send the response.[m
stream.sendall(('20 text/gemini; charset=utf-8\r\n%s' %[m
text/plain
This content has been proxied by September (3851b).