Use your avatar for the favicon: tell multiple accounts apart in tabs

This commit is contained in:
Jason McBrayer 2018-07-18 13:45:04 -04:00
parent 3fd36fa640
commit b974cb1ccc
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@
{% else %}
<link rel="stylesheet" href="{% static "css/fullbrutalism.css" %}" >
{% endif %}
<link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png">
{% if own_acct %}
<link rel="icon" href="{{ own_acct.avatar_static }}">
{% else %}
<link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png">
{% endif %}
</head>
<body>
{% block navbar %}