diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-11 12:40:15 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-11 12:40:15 -0400 |
commit | b6eccfd3d38c95773bdfc8fdf1ecbc32094f353e (patch) | |
tree | 4009cad2c7aafbdf4c6f8dcfa495c7c50cc536d6 /doc/tips | |
parent | a25d8f992bc3e39cf39954475f31b83dabbf2374 (diff) |
Add a microblog template that is useful for inlining microblogging posts.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/add_chatterbox_to_blog.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tips/add_chatterbox_to_blog.mdwn b/doc/tips/add_chatterbox_to_blog.mdwn index ee5ead64b..3497da9ff 100644 --- a/doc/tips/add_chatterbox_to_blog.mdwn +++ b/doc/tips/add_chatterbox_to_blog.mdwn @@ -11,10 +11,8 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/) \[[!template id=note text=""" \[[!aggregate expirecount=5 name="dents" url="http://identi.ca/joeyh" feedurl="http://identi.ca/api/statuses/user_timeline/joeyh.atom"]] - \[[!inline pages="internal(dents/*)" archive=yes show=5 feeds=no]] + \[[!inline pages="internal(dents/*)" template=microblog + show=5 feeds=no]] """]] -For a cleaner look without the post dates, add `template=titlepage` -to the `inline` directive. - Note: Works best with ikiwiki 3.10 or better. |