URI:
       page template: correct timestamp format - static-site-scripts - static site generator shellscripts
  HTML git clone git://git.codemadness.org/static-site-scripts
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ca9421a27fa8913fb04f77265ccd5e40256fadc2
   DIR parent acdd7813ab6db1ee9b83e7f224966b37b968ccc1
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 15 Dec 2013 16:44:20 +0100
       
       page template: correct timestamp format
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         M pages/example-page-template.sh      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/pages/example-page-template.sh b/pages/example-page-template.sh
       @@ -6,5 +6,5 @@ url="${id}.html"
        tags="tags, comma, separated"
        keywords="keywords, comma, separated"
        categories="Category name"
       -timestamp="now"
       +timestamp="2013-01-01"
        author="author"