Revert "update browser icon"

This reverts commit d4f4b8d1b5.
This commit is contained in:
arakich 2020-08-16 01:09:11 -04:00
parent d4f4b8d1b5
commit 1fefa1c1a2

View File

@ -12,8 +12,8 @@
<link rel="stylesheet" type="text/css" href="{% static 'news/css/styles.css' %}">
<!-- Favicon -->
<link rel="shortcut icon" href="{% static 'news/favicon2.ico' %}" type="image/x-icon">
<link rel="icon" href="{% static 'news/favicon2.ico' %}/favicon2.ico" type="image/x-icon">
<link rel="shortcut icon" href="{% static 'news/favicon.ico' %}" type="image/x-icon">
<link rel="icon" href="{% static 'news/favicon.ico' %}/favicon.ico" type="image/x-icon">
<title>NewViewsNews</title>