diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 23:51:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 23:51:48 +0000 |
commit | 908e004b4c5a1970246afd055a34dea4ea146b3e (patch) | |
tree | 83546f2f85b11c750a4ee2367b9259e65470f509 /templates | |
parent | ecd74fbe5d3ace51a57b0f6f756538aba8123727 (diff) | |
download | ikiwiki-908e004b4c5a1970246afd055a34dea4ea146b3e.tar ikiwiki-908e004b4c5a1970246afd055a34dea4ea146b3e.tar.gz |
* Title metadata of inlined pages now shows up in blogs, although not yet
in their rss feeds.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 2 | ||||
-rw-r--r-- | templates/inlinepagetitle.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 0f0c47767..c2ddff867 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -1,5 +1,5 @@ <div class="inlinepage"> -<span class="header"><TMPL_VAR PAGELINK></span> +<span class="header"><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></span> <TMPL_VAR CONTENT> diff --git a/templates/inlinepagetitle.tmpl b/templates/inlinepagetitle.tmpl index 10469f81c..3aa6a2415 100644 --- a/templates/inlinepagetitle.tmpl +++ b/templates/inlinepagetitle.tmpl @@ -1,5 +1,5 @@ <p> -<TMPL_VAR PAGELINK><br /> +<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br /> <i> Posted <TMPL_VAR CTIME> </i> |