Add support for the universal edit button

<http://universaleditbutton.org/>

Not forcing a rebuild on upgrade just for this.
master
Joey Hess 2008-06-21 16:56:47 -04:00
parent f552d7572f
commit 50542d15ef
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View File

@ -17,6 +17,8 @@ ikiwiki (2.51) UNRELEASED; urgency=low
Closes: #486592
* creole: New plugin from Bernd Zeimetz. Closes: #486930
* aggregate: Add template parameter.
* Add support for the universal edit button <http://universaleditbutton.org/>
(To get this on all pages of an exiting wiki, rebuild the wiki.)
-- Joey Hess <joeyh@debian.org> Sun, 15 Jun 2008 15:03:33 -0400

View File

@ -9,6 +9,9 @@
</TMPL_IF>
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
<TMPL_IF NAME="EDITURL">
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
</TMPL_IF>
<TMPL_IF NAME="FEEDLINKS"><TMPL_VAR FEEDLINKS></TMPL_IF>
<TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
</head>