page template: correct timestamp format - static-site-scripts - static site gen… | |
git clone git://git.codemadness.org/static-site-scripts | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ca9421a27fa8913fb04f77265ccd5e40256fadc2 | |
parent acdd7813ab6db1ee9b83e7f224966b37b968ccc1 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 15 Dec 2013 16:44:20 +0100 | |
page template: correct timestamp format | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M pages/example-page-template.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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" |