summaryrefslogtreecommitdiff
path: root/default-files/bottom.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-09-27 01:54:43 +0200
committerp4bl0 <pablo@rauzy.name>2010-09-27 01:54:43 +0200
commite962d0ddf1c5101c0e95d214fef8cb7213534df1 (patch)
treec1364f76d574d8f305c618f59ca74750cca77e51 /default-files/bottom.html
parentc539465b53f4cde36f9d86d560d69de5185b0b4d (diff)
added *datetime_html5 variables to be compliant with heretic w3c standard
Diffstat (limited to 'default-files/bottom.html')
-rw-r--r--default-files/bottom.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/default-files/bottom.html b/default-files/bottom.html
index ff9bd45..5e0c9fe 100644
--- a/default-files/bottom.html
+++ b/default-files/bottom.html
@@ -28,8 +28,10 @@
powered by <a href="http://gitorious.org/fugitive">fugitive</a>
</p>
<p>
- last build was <?fugitive commit_hash ?>
- at <time><?fugitive commit_datetime ?></time>,<br />
+ last build was <?fugitive commit_hash ?> at
+ <time datetime="<?fugitive commit_datetime_html5 ?>">
+ <?fugitive commit_datetime ?>
+ </time>,<br />
subject was <q><?fugitive commit_subject ?></q>
</p>
</footer>