As you all probably know Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET MVC platform.
So, now about the favicon, to change the default Orchard's favicon you need either to install the Favicon module, which I think is too complicated for this case, or to override the location of the favicon by overriding the default Document.cshtml template - just copy/paste to your theme.
You will find something like below in Document.cshtml:
Code:
Change the path of the href attribute to where your favicon is, and here it is you have your own favicon.
Happy coding!!!
No comments:
Post a Comment
your thoughts are welcome: