fix: favicons

This commit is contained in:
2022-10-14 15:04:10 +03:00
parent 2da5230222
commit b2d121bd0e
9 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<meta name="description" content="Ссылки для отложенного чтения. Сохрани ссылки для отложенного чтения, если нет времени прочитать сейчас." />
<meta name="author" content="Silver Ghost" />
<title>Later 42: {% block title %}Сохрани ссылки, чтобы прочитать позже{% endblock %}</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="icon" type="image/x-icon" href="{% static 'assets/favicon.ico' %}" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->