diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-31 16:13:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-31 16:13:24 -0400 |
commit | cbabee36e1e794096ad0693d6f65467fc7936894 (patch) | |
tree | 3bb5175f21e51f1ec5a65085989ada6641e8dd61 | |
parent | 8e2f5ae50418a54a7e1c79c7a8bdcd7022a839e5 (diff) |
layout
-rw-r--r-- | doc/index.mdwn | 2 | ||||
-rw-r--r-- | doc/templates/microblog.tmpl | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index 25456b2b5..cb2f485c9 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -23,7 +23,7 @@ To get a feel for it, see the [[walkthrough]]. [[Feeds]]: <small> -[[!inline pages="internal(feeds/*)" template="microblog" show=5 feeds=no]] +[[!inline pages="internal(feeds/*)" archive=yes show=5 feeds=no]] </small> """]] diff --git a/doc/templates/microblog.tmpl b/doc/templates/microblog.tmpl deleted file mode 100644 index d42e1fae2..000000000 --- a/doc/templates/microblog.tmpl +++ /dev/null @@ -1,12 +0,0 @@ -<div class="microblog"> - -<div class="inlinecontent"> -<TMPL_VAR CONTENT> -</div> - -<div class="microblog-header"> - -— <TMPL_VAR CTIME> - -</div> <!--.microblog-header--> -</div> <!--.microblog--> |