]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/add_chatterbox_to_blog.mdwn
Add a microblog template that is useful for inlining microblogging posts.
[ikiwiki.git] / doc / tips / add_chatterbox_to_blog.mdwn
index ee5ead64b40cf9915b022b302c6946b16b0418b4..3497da9ff04e6dde73734c108123e00abbe7aaa3 100644 (file)
@@ -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.