sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
23b1d9d
)
update
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 10 Apr 2009 21:54:50 +0000
(17:54 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 10 Apr 2009 21:54:50 +0000
(17:54 -0400)
doc/tips/add_twit_dent_box_to_blog.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/add_twit_dent_box_to_blog.mdwn
b/doc/tips/add_twit_dent_box_to_blog.mdwn
index 1765d595af0c0b8d7c0715ed03648c8f7bbca0d0..11245dfb1c453902cf076089f5488406f2146aa6 100644
(file)
--- 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="""
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.