]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://tincho.org/ <tincho@web>
Wed, 2 Oct 2013 04:54:59 +0000 (00:54 -0400)
committeradmin <admin@branchable.com>
Wed, 2 Oct 2013 04:54:59 +0000 (00:54 -0400)
doc/forum/Template_variables.mdwn

index 341490dc3ba4012844c0d22d71e73b77cf4c595f..f0a8fe86cead36ccfcc90073ad1e7732cb7a151e 100644 (file)
@@ -4,12 +4,12 @@ I am very confused with the template variables. I cannot find any documentation
 
 I see that in the default templates, there are things like this (rssitem.tmpl): 
 
-<TMPL_IF AUTHOR>
+    <TMPL_IF AUTHOR>
         <title><TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE></title>
         <dcterms:creator><TMPL_VAR AUTHOR ESCAPE=HTML></dcterms:creator>
-<TMPL_ELSE>
+    <TMPL_ELSE>
         <title><TMPL_VAR TITLE></title>
-</TMPL_IF>
+    </TMPL_IF>
 
 But I don't get this in my RSS, and I don't know how to add those variables, except for mentions of some plugins that are not yet merged.