Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

favicon AEM 6.5

Avatar

Level 3

How to add favicon in AEM 6.5?

1 Accepted Solution

Avatar

Correct answer by
Level 5

yes, you can add it to file  'head.resources.html', residing under the page component.

By default, it takes the path of clientlib resource folder as @arunpatidar has already mentioned. 

poojac35931336_0-1664194470612.png

 

View solution in original post

7 Replies

Avatar

Level 3

how to set favicon from policy ?

or How to set favicon on page ?

 

Avatar

Community Advisor

If you are using a core components then it will work with above configuration. 

you can check logic here

https://github.com/adobe/aem-core-wcm-components/blob/e49999b3733ceb487fd40774ac4a15f921713336/conte... 



Arun Patidar

Avatar

Level 3

can we simply add below tag in head.html file ?

 

<link rel="icon" type="image/x-icon" href="/etc.clientlibs/test/clientlibs/clientlib-site/resources/icons/gicon.ico">

Avatar

Correct answer by
Level 5

yes, you can add it to file  'head.resources.html', residing under the page component.

By default, it takes the path of clientlib resource folder as @arunpatidar has already mentioned. 

poojac35931336_0-1664194470612.png

 

Avatar

Community Advisor

Yes, this is also possible. But make this content manageable. Either from page template of properties or somewhere else.



Arun Patidar

Avatar

Level 3

Sorry for asking again and again , how do we add favicon from page properties or template , if someone tell me the clear steps that would be really helpful