diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-17 21:49:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-17 21:49:55 -0400 |
commit | fdb5da46b0122d9cb4b2611526c6c955478a80cf (patch) | |
tree | f8504c5a439ad81d8e97f13df318a382f7786ced /templates | |
parent | 745dc1c62f46bacda60d01283145b5baa0adfea1 (diff) | |
download | ikiwiki-fdb5da46b0122d9cb4b2611526c6c955478a80cf.tar ikiwiki-fdb5da46b0122d9cb4b2611526c6c955478a80cf.tar.gz |
Patch for anchor-based change permalinks in recent changes feed
from JasonBlevins
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index 3a1086cf0..6647dfbca 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -3,6 +3,8 @@ [[!meta authorurl="""<TMPL_VAR AUTHORURL>"""]] </TMPL_IF> [[!meta title="""change to<TMPL_LOOP NAME="PAGES"> <TMPL_VAR PAGE></TMPL_LOOP> on <TMPL_VAR WIKINAME>"""]] +[[!meta permalink="<TMPL_VAR PERMALINK>"]] +<div id="change-<TMPL_VAR REV>" class="metadata"> <div class="metadata"> <span class="desc"><br />Changed pages:</span> <span class="pagelinks"> |