aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-10 17:54:50 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-10 17:54:50 -0400
commitfbbb286046e2d5ba1e96598918c257987798b131 (patch)
treee0c32e317593f99af2888af3483922df3cacb553 /doc
parent23b1d9d7b0351fbb46910eb17fc54ba35bc988e5 (diff)
downloadikiwiki-fbbb286046e2d5ba1e96598918c257987798b131.tar
ikiwiki-fbbb286046e2d5ba1e96598918c257987798b131.tar.gz
update
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/add_twit_dent_box_to_blog.mdwn11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/tips/add_twit_dent_box_to_blog.mdwn b/doc/tips/add_twit_dent_box_to_blog.mdwn
index 1765d595a..11245dfb1 100644
--- a/doc/tips/add_twit_dent_box_to_blog.mdwn
+++ b/doc/tips/add_twit_dent_box_to_blog.mdwn
@@ -9,9 +9,10 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
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]]
+ \[[!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.