summaryrefslogtreecommitdiff
path: root/default-files
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
parentc539465b53f4cde36f9d86d560d69de5185b0b4d (diff)
added *datetime_html5 variables to be compliant with heretic w3c standard
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>