Add support for the universal edit button
<http://universaleditbutton.org/> Not forcing a rebuild on upgrade just for this.master
parent
f552d7572f
commit
50542d15ef
|
@ -17,6 +17,8 @@ ikiwiki (2.51) UNRELEASED; urgency=low
|
||||||
Closes: #486592
|
Closes: #486592
|
||||||
* creole: New plugin from Bernd Zeimetz. Closes: #486930
|
* creole: New plugin from Bernd Zeimetz. Closes: #486930
|
||||||
* aggregate: Add template parameter.
|
* 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
|
-- Joey Hess <joeyh@debian.org> Sun, 15 Jun 2008 15:03:33 -0400
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
|
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.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="FEEDLINKS"><TMPL_VAR FEEDLINKS></TMPL_IF>
|
||||||
<TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
|
<TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue