summaryrefslogtreecommitdiff
path: root/default-files/footer.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-25 00:57:27 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-25 00:57:27 +0200
commita4de1eb7869caba6d9020e3f9cc7a817dfc74241 (patch)
treeaadba16beb24e963ee9c0e01df3550ec67daad1b /default-files/footer.html
parentd7a6747d12a570c6408e1d2f7685508f98a4cfa5 (diff)
using new include feature in default templates. Reorganised files accordingly
Diffstat (limited to 'default-files/footer.html')
-rw-r--r--default-files/footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/default-files/footer.html b/default-files/footer.html
new file mode 100644
index 0000000..6040184
--- /dev/null
+++ b/default-files/footer.html
@@ -0,0 +1,13 @@
+ <footer>
+ <p>
+ <a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
+ <?fugitive-install name ?> <?fugitive-install year ?>
+ &mdash;
+ 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 />
+ subject was <q><?fugitive commit_subject ?></q>
+ </p>
+ </footer>