summaryrefslogtreecommitdiff
path: root/jt
diff options
context:
space:
mode:
Diffstat (limited to 'jt')
-rwxr-xr-xjt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jt b/jt
index b1a96bf..ab87f62 100755
--- a/jt
+++ b/jt
@@ -138,7 +138,7 @@ class NewCommand(Command):
def _get_topic_link(self, topic):
if topic:
- return 'Part of [[%s]]' % topic
+ return '[[!meta link="%s"]]' % topic
else:
return ''