From cd55884f9837034d5608bb514cf0f76cdfbe7741 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 28 Aug 2007 17:12:03 +0200 Subject: Add ``TMPL_VAR LICENSE''. --- .templates/page.tmpl | 1 + local.css | 6 ++++++ render_locally | 1 + 3 files changed, 8 insertions(+) diff --git a/.templates/page.tmpl b/.templates/page.tmpl index fd44a53b..775aa8ca 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -94,6 +94,7 @@ Last edited +
diff --git a/local.css b/local.css index e4b9ec88..3e7c692b 100644 --- a/local.css +++ b/local.css @@ -34,3 +34,9 @@ pre { background-color: #f0f0f0; } + +#license +{ + background-color: #f0f0f0; + font-size: small; +} diff --git a/render_locally b/render_locally index 029194f1..660efca2 100755 --- a/render_locally +++ b/render_locally @@ -20,6 +20,7 @@ dest=$src.rendered && ikiwiki \ --verbose \ --wikiname GNU\ Hurd\ wiki \ + --templatedir "$src"/.templates \ --userdir user \ --no-usedirs \ --plugin goodstuff \ -- cgit v1.2.3