|
From: will kahn-g. <wi...@bl...> - 2010-10-03 21:18:00
|
Hi! The pi_* variables are related to the entries, so they're only available in the story templates. Fixed the html.flav/head and rss.flav/head templates accordingly. Thanks! /will On 10/03/2010 04:52 PM, Dieter Plaetinck wrote: > Hi, > in 1.5rc2 (and git HEAD) flavours/html.flav/foot contains: > <title>$(blog_title_with_path) $(pi_da) $(pi_mo) $(pi_yr)</title> > > None of these variables expands to something (at least not for my > freshly generated blog), resulting in a title containing only some > spaces. > > In the 1.4.3->1.5 changelog I found that: > $(blog_title_with_path) > must be changed to: > $blog_title : $pi_bl > > I didn't really figure out what I had to do with the pi_* vars. > > Dieter |