home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / processor / metadata / index_snippet.tmpl.do
index 8846342048de7f01dcba2dd84fc6c6b30d75f424..fbe3a45f34a7b50ac8eb4cbc080f63cc27e431b0 100644 (file)
@@ -2,6 +2,6 @@
 
 if [ ! -f "$1" ]; then
 cat << EOF
-<li><a href="%LINK%">%TITLE%</a></li>
+<li><a href="%LINK%">%TITLE%</a> (<time>%DATE_CREATED%</time>)</li>
 EOF
 fi