O meu favicon não carrega, mas os demais arquivos estáticos carregam com sucesso, já tentei trocar a extensão ico por png mas não funcionou. Helpppp
{% load static %}
<!DOCTYPE html>
<link rel="icon" href="{% static 'img/core-img/favicon.png' %}">
<!-- Stylesheet -->
<link rel="stylesheet" href="{% static 'site.css' %}">