Hi Siniy-Kit
> Hi! When I make export of my tiddler to static HTML, the title of this page
> is the title of my tiddlywiki. So i have many static pages with the same
> titles.
> I want to put to <title>{{!!title}} </title> of this static pages title of
> my current tiddler Is it possible?
How are you exporting your tiddlers?
The template $:/core/templates/static.tiddler.html sets the page title as
follows:
<title>`<$view field="caption"><$view field="title"/></$view>:
{{$:/core/wiki/title}}`</title>
As you can see, it includes the caption of the tiddler, if present, defaulting
back to the title, followed by the wiki title.
Best wishes
Jeremy.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com
> <mailto:tiddlywiki+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/f10a09fa-6e57-4eb7-a8dd-e86183b057a5%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/f10a09fa-6e57-4eb7-a8dd-e86183b057a5%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9E830BC8-ADE6-4FAD-81AE-3C93961BB8CB%40gmail.com.