elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

$page.friendlyURL not working #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'm not sure if this is issue but for me $page.friendlyURL does not work.
I try to use it and it shows exact that text: $page.friendlyURL and not 
actual value.
When I try with $page.title on the exact same place than it writes out real 
title of page. 
I do it in template. Could it be that you do not pick it up in the page?
At the other side when I do: 
#foreach($p in $service.findPageChildren("/news"))
            <p>$service.findContent($p.friendlyURL)</p>
#end 
then $p.friendlyURL returns correct value.
Please just check if it in your code or I do something wrong?

Original issue reported on code.google.com by adis.kat...@gmail.com on 5 Feb 2010 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 6 Feb 2010 at 11:27

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by kinyelo@gmail.com on 6 Feb 2010 at 12:18