You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@krisMoca The field settings in your screenshot are used as the defaults for any SEO fields you create. It's likely that you'll want to edit the SEO field itself rather than the default settings.
ah, I changed the handle of the seo field, because I want two different title formats
is there a way to do this?
<title>{{entry.uri == 'home' ? currentSite.name : (customTitle is defined ? customTitle : entry.title) ~ ' | IWML'}}</title>
is what I tried, but that wasn't working
basically, on home I want {{sitename}}
and on the other ones {{pagetitle | statictext}}
Description
There is only 1 token added and yet 2 tokens were rendered - title and site name.
Further testing added 4 tokens and yet 2 tokens were rendered.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: