GetSimple Support Forum

Full Version: Change GS favicon to my own favicon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I want to use my favicon on broswer tab. I always see GS. I looked into header to see if there a tag for icon but there isnt. is there a way for me to display my own favicon?

thanks
hello!

are you sure? Did you check the sourcecode of the generated website?

Do it as it is done with every website:
copy the ico-file into the root of your GetSimple Installation

define this in the header of your template, in this case filename is "favicon.png" and type is "png"

Code:
<link rel="shortcut icon" href="http://www.yourdomainname.tld/favicon.png" type="image/png" />