How to change Favicon
Minimal-mistakes 테마를 쓰고 있다.
favicon #949
not using favicon.ico but png file to change favicon 보통 ico를 사용한다고 하는데 png로 해야 적용된다.
minimal 테마에서 적용하기 위해서는 _includes/head/custom.html 경로에 다음 코드를 추가한다.
<link rel="shortcut icon" href="/assets/favicon2.png">
댓글남기기