Hi All,
For each weblog, I would like to have a different value in its META.
I have this embed in each of the Weblog Template
{embed="common/.html_head"}
And Inside common/.html_head I would like to have something like
<meta name=“Description” content=”{Translated Value}” />
Is there something I can write inside common/.html_head such that {Translated Value} gets translated to the corresponding setting for that weblog?
Please Guide with an example.
Guddu