diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 21:53:06 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 21:53:06 -0400 |
commit | ecb82853038ec53c3da7fda81e9216eb72c38b5b (patch) | |
tree | 223cc04a90beb440430048a07fb60fb901e38d68 | |
parent | 9aede4dcee92408206dd81866f314ef0611c4188 (diff) |
testing changes to ikiwiki/templates/page.tmpl
-rw-r--r-- | ikiwiki/templates/page.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ikiwiki/templates/page.tmpl b/ikiwiki/templates/page.tmpl index 166f3c5..554d299 100644 --- a/ikiwiki/templates/page.tmpl +++ b/ikiwiki/templates/page.tmpl @@ -51,6 +51,10 @@ </div> </TMPL_IF> +<div> +Monkeys! +</div> + <TMPL_IF SIDEBAR> <div id="sidebar"> <TMPL_VAR SIDEBAR> |