Hello,
I would like to get the resource page title like that on the resource page :
Ressources Web | Documentation
With Documentation bolded.
But i can't find the tips for that.
I found something like that
But in this case Documentation doesn't appears as page title for the browser (and for google i think...).
Do you an idea how to do this ?
Thanks !
I would like to get the resource page title like that on the resource page :
Ressources Web | Documentation
With Documentation bolded.
But i can't find the tips for that.
- if i set Documentation with
<b></b>
in expressions, tags <b>Documentation</b> appears in title displayed on browser tab. - if i set Documentation with
<b></b>
in the templatexfrm_overview
, tags <b>Documentation</b> appears on browser tab too...
extra.less
because i can't target only DocumentationI found something like that
CSS:
[data-template="xfrm_overview"] {
.p-title-value:after {
content: '| Documentation';
font-weight: 700;
}
}
Do you an idea how to do this ?
Thanks !
Last edited: