diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-25 15:41:13 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-25 15:41:13 -0400 |
commit | 9d96253d2b10f5bf56b7bd64635754508d969cb6 (patch) | |
tree | 8b6684b6983ee291f7c73c647d693aa480f35de4 /doc/examples | |
parent | 9540b7e5715ae5886345cdd9c392a92550f7b4bd (diff) | |
download | ikiwiki-9d96253d2b10f5bf56b7bd64635754508d969cb6.tar ikiwiki-9d96253d2b10f5bf56b7bd64635754508d969cb6.tar.gz |
add comments page to example blog, listing all comments
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/blog/comments.mdwn | 3 | ||||
-rw-r--r-- | doc/examples/blog/index.mdwn | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/examples/blog/comments.mdwn b/doc/examples/blog/comments.mdwn new file mode 100644 index 000000000..c46f95df7 --- /dev/null +++ b/doc/examples/blog/comments.mdwn @@ -0,0 +1,3 @@ +This page will show all comments made to posts in my [[blog|index]]. + +[[!inline pages="*/Discussion or internal(./posts/*/comment_*)"]] diff --git a/doc/examples/blog/index.mdwn b/doc/examples/blog/index.mdwn index 84c732dd1..aef46eb68 100644 --- a/doc/examples/blog/index.mdwn +++ b/doc/examples/blog/index.mdwn @@ -3,7 +3,7 @@ Welcome to my blog. Have a look at the most recent posts below, or browse the tag cloud on the -right. An archive of all [[posts]] is also available. +right. Archives of all [[posts]] and all [[comments]] are also available. [[!inline pages="./posts/* and !*/Discussion" show="10" actions=yes rootpage="posts"]] |