summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>