* If an inlined page has a permalink, link the page title to that.

master
joey 2006-09-10 04:19:46 +00:00
parent 1705e6246e
commit 68c67a5f41
2 changed files with 6 additions and 4 deletions

3
debian/changelog vendored
View File

@ -22,8 +22,9 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
* If an inlined page has a permalink, link the page title to that.
-- Joey Hess <joeyh@debian.org> Sat, 9 Sep 2006 18:56:10 -0400
-- Joey Hess <joeyh@debian.org> Sat, 9 Sep 2006 23:56:48 -0400
ikiwiki (1.26) unstable; urgency=low

View File

@ -9,15 +9,16 @@
</span>
</TMPL_IF>
<span class="header">
<TMPL_IF NAME="PERMALINK">
<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
</TMPL_IF>
</span>
<TMPL_VAR CONTENT>
<span class="pageinfo">
Posted <TMPL_VAR CTIME>
<TMPL_IF NAME="PERMALINK">
(<a rel="bookmark" href="<TMPL_VAR NAME=PERMALINK>">permalink</a>)
</TMPL_IF>
</span>
<span class="tags">