From 153392b59efafe5c4b69be4ca9fa4305e52d8c86 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 Nov 2014 14:21:05 +0000 Subject: Use link(.) to avoid hardcoding link to current page --- jt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1