Favicon

:raised_hand:t4: Question. How Do I Add a Favicon (is it a favicon right?) to a theme, Paper in this case? Thank you!

I just hardcoded it into the head.html file after uploading the favicon as an image in Uploads.

Ha! I think I know what you’re talking about. I’ll see if I can figure it out. Thank you

This is what I have in the head.html file on my blog.

<link rel="shortcut icon" href="https://micro.blog/{{ .Site.Author.username }}/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="https://micro.blog/{{ .Site.Author.username }}/favicon.png" type="image/x-icon" />

You would just upload an image and replace the URL with the link to that image.

1 Like

I should allow this configuration in the Paper theme. I will get this fixed in an update.

1 Like

I have released an upgrade which allows this configuration. Defaults to Micro.blog favicon.

3 Likes

Nice, thanks @amit!

1 Like

Thank you, @amit

1 Like