summaryrefslogtreecommitdiff
path: root/default-files
diff options
context:
space:
mode:
Diffstat (limited to 'default-files')
-rw-r--r--default-files/archives.html4
-rw-r--r--default-files/article.html4
-rw-r--r--default-files/bottom.html6
3 files changed, 8 insertions, 6 deletions
diff --git a/default-files/archives.html b/default-files/archives.html
index 87c3bea..1b0e8bf 100644
--- a/default-files/archives.html
+++ b/default-files/archives.html
@@ -7,7 +7,7 @@
<dl>
<?fugitive foreach:article ?>
<dt>
- <time datetime="<?fugitive article_cdatetime ?>">
+ <time datetime="<?fugitive article_cdatetime_html5 ?>">
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
</time>
</dt>
@@ -17,7 +17,7 @@
</a>
<?fugitive ifset:article_mdatetime ?>
<br /><small>last update on
- <time datetime="<?fugitive article_mdatetime ?>">
+ <time datetime="<?fugitive article_mdatetime_html5 ?>">
<?fugitive article_mdate ?> at <?fugitive article_mtime ?>
</time>
</small>
diff --git a/default-files/article.html b/default-files/article.html
index 02920a2..c32a927 100644
--- a/default-files/article.html
+++ b/default-files/article.html
@@ -7,12 +7,12 @@
</header>
<footer>
by <?fugitive article_cauthor ?>, on
- <time datetime="<?fugitive article_cdatetime ?>">
+ <time datetime="<?fugitive article_cdatetime_html5 ?>">
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
</time>
<?fugitive ifset:article_mdatetime ?>
<br /><small>last update by <?fugitive article_mauthor ?>, on
- <time datetime="<?fugitive article_mdatetime ?>">
+ <time datetime="<?fugitive article_mdatetime_html5 ?>">
<?fugitive article_mdate ?> at <?fugitive article_mtime ?>
</time>
</small>
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>