Hello, I am trying to embed a variable from my templates into the title tag and it will not seem to work properly. This is not the first time I’ve done this with EE 2 and I can’t seem to figure out why it is not working. Is there a setting that is enabled that needs disabled or vice versa?
Here is what it looks like in the template:
{embed="common/header" my_page_title=“people” description=“Eliminating Racism, Empowering Women,YWCA”}
and here is where I am calling the embed variable in the title tag:
<title>{site_name} | {embed:my_page_title}</title>