summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-10 14:21:05 +0000
committerLars Wirzenius <liw@liw.fi>2014-11-10 14:21:05 +0000
commit153392b59efafe5c4b69be4ca9fa4305e52d8c86 (patch)
tree12bba6b69ef91a8c79bff7d05eca3ab4d5b25092
parentfccb9e04ac46becfcb93fc29a337ebb486c17261 (diff)
downloadjt-153392b59efafe5c4b69be4ca9fa4305e52d8c86.tar.gz
Use link(.) to avoid hardcoding link to current page
-rwxr-xr-xjt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jt b/jt
index 43d5828..4a35616 100755
--- a/jt
+++ b/jt
@@ -293,7 +293,7 @@ class JournalTool(cliapp.Application):
f.write('''\
[[!meta title="%(name)s"]]
-[[!inline archive=yes pages="link(people/%(basename)s)"]]
+[[!inline archive=yes pages="link(.)"]]
''' %
{
'name': name,