-
Minimal Mistakes Jekyll theme does not provide direct way to add favicon, but we can manually add it using the following steps
- place favicon logo with name
favicon.png
in the main/
directory - add the following snippet in
_includes/head.html
<link rel="shortcut icon" type="image/png" href="/favicon.png">
- place favicon logo with name
References
Metadata
- topic:: 00 Coding00 Coding
#MOC / for programming language, coding guide and libraries focusing on data analytics and html/css
- related:: Blogging Private or Broken Links
The page you're looking for is either not available or private!
- related:: Blogging Private or Broken Links
- updated:: 2022-06-20 Private or Broken Links
The page you're looking for is either not available or private!
- reviewed:: 2022-06-20 Private or Broken Links
The page you're looking for is either not available or private!
- #Reference