summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 04:26:27 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 04:26:27 +0200
commit56ffeedf9dba6d5f3d32297560359cb3e6c5e27c (patch)
tree75833f01d74eb8b55d8374cc8d748ff33b0accd4
parent2ecf693a9ed2cf0aff3645ddf0fa6c0800bb27e3 (diff)
modified footer
-rw-r--r--archives.html6
-rw-r--r--article.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/archives.html b/archives.html
index 31046ce..f0dffd5 100644
--- a/archives.html
+++ b/archives.html
@@ -57,9 +57,9 @@
powered by <a href="http://gitorious.org/fugitive">fugitive</a>
</p>
<p>
- last build was <?fugitive commit_hash ?>,
- <time><?fugitive commit_datetime ?></time>,
- <q><?fugitive commit_subject ?></q>
+ last build was <?fugitive commit_hash ?>
+ at <time><?fugitive commit_datetime ?></time>,<br />
+ subject was <q><?fugitive commit_subject ?></q>
</p>
</footer>
</div>
diff --git a/article.html b/article.html
index c1525e2..c497528 100644
--- a/article.html
+++ b/article.html
@@ -62,9 +62,9 @@
powered by <a href="http://gitorious.org/fugitive">fugitive</a>
</p>
<p>
- last build was <?fugitive commit_hash ?>,
- <time><?fugitive commit_datetime ?></time>,
- <q><?fugitive commit_subject ?></q>
+ last build was <?fugitive commit_hash ?>
+ at <time><?fugitive commit_datetime ?></time>,<br />
+ subject was <q><?fugitive commit_subject ?></q>
</p>
</footer>
</div>