How to Install Favicon
How to make a favicon at your blog, it's very easy.❤
This is the tricks :
First, you must have an image that want to use for your favicon.
For the example, my image like this :
To make that image to be my favicon, find following code :
<head>
Then copy code below :
<link href='http://yourimage.jpg' rel='shortcut icon'/>
Change 'yourimage.jpg' with your image url.
Just paste below <head>
Then save template and review it.
Now you can happy with a Favicon..:)