I’m having difficulty determining how to dynamically generate page titles if the html <title> tag in inside a template that is embedded in all my other templates.
For each of my templates I embedded a header and footer template:
{embed="site/header"}
....weblog content….
{embed="site/footer"}The embedded template header includes all the head content including the <title> and meta tags.
All I want need to do is pull the weblog name from the currently displayed weblog into the embedded header template. Obviously a variable here is the trick but I’m at a lost how to get it working correctly. A push in the right direction would be greatly appreciated. Thanks!