mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.45k stars 25.66k forks source link

favicon #5000

Closed RinatMambetov closed 1 month ago

RinatMambetov commented 1 month ago

Theme version and system environment

What happened?

Despite the fact that you're on your website at https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/, you still have no favicon.

Expected behavior

Despite the fact that you're on your website at https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/, you still have no favicon.

Steps to reproduce the behavior

Despite the fact that you're on your website at https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/, you still have no favicon.

Other

No response

iBug commented 1 month ago

A favicon is not included in the documentation site, and Michael probably didn't bother having one.

RinatMambetov commented 1 month ago

But how do I add a favicon to my website built on this theme?

iBug commented 1 month ago

The theme provides _includes/head/custom.html for you to override with custom HTML. This is where you can drop a <link> to your favicon like I do.