summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <http://smcv.pseudorandom.co.uk/>2008-07-12 17:27:54 +0100
committerSimon McVittie <http://smcv.pseudorandom.co.uk/>2008-07-12 17:27:54 +0100
commitf517121d644d8822df93cf6b3c39154486dba30f (patch)
tree843d24537811e0ef408b63d430016692428b8031 /doc
parent415c8e0cb53daec6fff7e2a8f3346efd0958008d (diff)
Document [[inline guid="..."]]
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/blog.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki/blog.mdwn b/doc/ikiwiki/blog.mdwn
index f1293ece8..90159e939 100644
--- a/doc/ikiwiki/blog.mdwn
+++ b/doc/ikiwiki/blog.mdwn
@@ -98,3 +98,6 @@ directive:
the page.
* `timeformat` - Use this to specify how to display the time or date for pages
in the blog. The format string is passed to the strftime(3) function.
+* `guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`),
+ the Atom feed will have this as its `<id>`. The default is to use the URL
+ of the page containing the `inline` directive.