]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/add_twit_dent_box_to_blog.mdwn
formatting
[ikiwiki.git] / doc / tips / add_twit_dent_box_to_blog.mdwn
index 1765d595af0c0b8d7c0715ed03648c8f7bbca0d0..387e2c2364cc3cff9a9f297380040f8bd6304a7d 100644 (file)
@@ -8,10 +8,11 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
 * At the top of your blog's page, add something like the following.
   You'll want to change the urls of course.
 
-       \[[!template id=note text="""
-       \[[!aggregate expirecount=5 name="identi.ca posts"
-       feedurl="http://identi.ca/api/statuses/user_timeline/joeyh.atom"
-       url="http://identi.ca/joeyh"]]
-       \[[!inline pages="internal(identi.ca_posts/*)" archive=yes show=5
-       feeds=yes template=titlepage]]
+       \[[!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]]  
        """]]
+
+For a cleaner look without the post dates, add `template=titlepage`
+to the `inline` directive.