mirror of https://gitlab.com/brutaldon/brutaldon
Use your avatar for the favicon: tell multiple accounts apart in tabs
This commit is contained in:
parent
3fd36fa640
commit
b974cb1ccc
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue