Skip to content

Commit

Permalink
Admin Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Oct 7, 2024
1 parent 1cf72cb commit a37c140
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "admin/base.html" %}
{% load static %}

{% block title %}Parlance | {{ title }}{% endblock %}

{% block extrahead %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
{% endblock %}

0 comments on commit a37c140

Please sign in to comment.