In the template that outputs the <title></title>
tag for the page, you could
have something like:
#if ($BLOJSOM_PERMALINK)
#foreach ($entry in $BLOJSOM_ENTRIES)
<title>$BLOJSOM_BLOG.getBlogName() |
$entry.getTitle()</title>
#end
#end
Since there's only one blog entry for a permalink, the loop
only executes
once.
On 5/9/06 10:06 AM, "Sergiy Kyrylkov"
<kyrylkov mpxsys.com.ua> wrote:
> Hi,
>
> How do I make blojsom display blog entry title as page
title when a single
> entry is opened in a browser by following permalink?
>
> To be clearer, for example I have "Tomcat vs
Jetty" blog entry. When I open
> this entry, the title of the web page is
"Sergiy's Noter" (the name of my
> blog). I would like to have the page title as
"Sergiy's Noter | Tomcat vs
> Jetty" or something like that.
>
> Sergiy
>
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web
services, security?
> Get stuff done quickly with pre-integrated technology
to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based
on Apache Geronimo
> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|