diff options
author | P. J. McDermott <pehjota> | 2012-06-16 23:27:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-16 23:27:36 (EDT) |
commit | 4a28b8a9620fc418bb6b294d56f4d6b2c315744c (patch) | |
tree | 27fa39b685941440a8442500163adc10265e0125 /templates | |
parent | 4bb229ca4cc103e81d557e9f544258b1fb1625c9 (diff) |
Hardcode recent changes URL.
Ikiwiki assumes that ikiwiki.cgi is in the same place as the rest of the
wiki. So relative URLs don't work from ikiwiki.cgi.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 2359ca4..6c795c9 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -44,7 +44,7 @@ <h2>Wiki</h2> <ul> <TMPL_IF RECENTCHANGESURL> - <li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li> + <li><a href="/recentchanges/">RecentChanges</a></li> </TMPL_IF> <TMPL_IF PREFSURL> <li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li> |