From 56d0ceee2e9e324d78ed88d60d7bce108a0b32dd Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 24 Aug 2006 20:45:09 +0000 Subject: * Make all pages pull in a local.css style sheet, if present. This won't be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css. --- templates/editpage.tmpl | 1 + templates/misc.tmpl | 1 + templates/page.tmpl | 1 + templates/recentchanges.tmpl | 1 + 4 files changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 27155f5cf..b215d9df3 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -6,6 +6,7 @@ <TMPL_VAR FORM-TITLE> + diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 0376a19f9..d6be08a61 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -6,6 +6,7 @@ <TMPL_VAR TITLE> + diff --git a/templates/page.tmpl b/templates/page.tmpl index 438fbc25d..e8b30d707 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,6 +5,7 @@ <TMPL_VAR TITLE> + diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 792fff00c..dd061a06a 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -6,6 +6,7 @@ <TMPL_VAR TITLE> + -- cgit v1.2.3