summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-04 02:13:50 +0100
committerGravatar Tom Willemsen2012-11-04 02:13:50 +0100
commitdf87897d0d1b4fbb522706657d4642513399ec16 (patch)
tree2fb02d0a5eff79a3c37bbb3f8d1770b5859b66ac /templates
parent7a98b2bc1a0e11c965f5868167ec723c9d630f64 (diff)
downloadsite-df87897d0d1b4fbb522706657d4642513399ec16.tar.gz
site-df87897d0d1b4fbb522706657d4642513399ec16.zip
Add "powered by" to every page
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 2551ee7..ff9ae05 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -193,6 +193,15 @@ License: <TMPL_VAR LICENSE>
</small>
</div>
+<div>
+ <small>
+ This site is powered by
+ <a href="http://ikiwiki.info">ikiwiki</a>,
+ <a href="http://twitter.github.com/bootstrap">Bootstrap</a> and
+ <a href="http://glyphicons.com/">Glyphicons</a>.
+ </small>
+</div>
+
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
</TMPL_UNLESS>