]> oss.titaniummirror.com Git - webber.git/blobdiff - in/pageformat.md
fix some links
[webber.git] / in / pageformat.md
index 67ada75a7c7d499837c83824e42b45309bddf26a..dd477c1b1bc3adf085377b3984342dcfe95292f1 100644 (file)
@@ -1,6 +1,7 @@
 title: Page format
 parent: Webber
 ctime: 2009-06-26
+mtime: 2009-06-26
 
 Every page contains a header, then a blank line, and then the text that
 should show up in the web page.
@@ -24,7 +25,7 @@ by "`file.XXXX`" and you're free to invent your own keywords:
        subtitle: What you should know about this web-site
 
        Hi, I'm Mario and I won't tell you more about me :-)
-       
+
 Now you can access "`${file.subtitle}`" in your template and as
 "`params.file.subtitle`" in your own [[macros|macros]] or
 [[functions|functions]].
@@ -118,7 +119,7 @@ name. For convenience, you can ommit "`.tmpl`".
 == description ==
 
 Anything you specify here will be accessible in the template as ${description}.
-You can use this for HTML meta information, see [[template_make]].
+You can use this for HTML meta information, see [[template_mako]].
 
 If you don't specify a description, then ${description} will be the empty string.
 
@@ -126,7 +127,7 @@ If you don't specify a description, then ${description} will be the empty string
 == keywords ==
 
 Anything you specify here will be accessible in the template as ${keywords}.
-You can use this for HTML meta information, see [[template_make]].
+You can use this for HTML meta information, see [[template_mako]].
 
 If you don't specify a description, then ${keywords} will be the empty string.