diff options
| author | 2012-11-04 02:13:50 +0100 | |
|---|---|---|
| committer | 2012-11-04 02:13:50 +0100 | |
| commit | df87897d0d1b4fbb522706657d4642513399ec16 (patch) | |
| tree | 2fb02d0a5eff79a3c37bbb3f8d1770b5859b66ac | |
| parent | 7a98b2bc1a0e11c965f5868167ec723c9d630f64 (diff) | |
| download | site-df87897d0d1b4fbb522706657d4642513399ec16.tar.gz site-df87897d0d1b4fbb522706657d4642513399ec16.zip | |
Add "powered by" to every page
| -rw-r--r-- | index.mdwn | 3 | ||||
| -rw-r--r-- | templates/page.tmpl | 9 |
2 files changed, 9 insertions, 3 deletions
@@ -6,6 +6,3 @@ [[!inline pages="page(./posts/*) and !*/Discussion" show="10" actions=yes rootpage="posts"]] - - -This blog is powered by [ikiwiki](http://ikiwiki.info). 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> |
