Skip to content

Commit

Permalink
Add favicon (#787)
Browse files Browse the repository at this point in the history
Co-authored-by: Amin Alaee <[email protected]>
  • Loading branch information
sheldygg and aminalaee authored Jul 3, 2024
1 parent 32637d1 commit b0ae55a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sqladmin/templates/sqladmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link rel="stylesheet" href="{{ url_for('admin:statics', path='css/select2.min.css') }}">
<link rel="stylesheet" href="{{ url_for('admin:statics', path='css/flatpickr.min.css') }}">
<link rel="stylesheet" href="{{ url_for('admin:statics', path='css/main.css') }}">
{% if admin.logo_url %}
<link rel="icon" href="{{ admin.logo_url}}"/>
{% endif %}
{% block head %}
{% endblock %}
<title>{{ admin.title }}</title>
Expand Down

0 comments on commit b0ae55a

Please sign in to comment.