Skip to content

Commit

Permalink
Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jan 10, 2024
1 parent 93bb5a5 commit f146b6a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pombola/admin_additions/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

{% block extrastyle %}
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
{% stylesheet 'admin' %}
{% endblock %}

Expand Down
2 changes: 2 additions & 0 deletions pombola/kenya/templates/down.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
{% stylesheet 'kenya' %}

{% load staticfiles %}
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />

</head>
<body>
Expand Down
2 changes: 2 additions & 0 deletions pombola/kenya/templates/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<meta name="viewport" content="initial-scale=1">
<title>Welcome to Mzalendo</title>
{% load staticfiles %}
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">

<script type="text/javascript" charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion pombola/south_africa/data/myreps-national-assembly.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
margin-top: 28px;
}
</style>
<link href="/favicon.ico" type="image/x-icon" rel="icon" /><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/bootstrap.css" /><link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.css" /><link rel="stylesheet" type="text/css" href="/css/site.css" /><script type="text/javascript">
<link href="/static/images/favicon.ico" type="image/x-icon" rel="icon" /><link href="/static/images/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/bootstrap.css" /><link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.css" /><link rel="stylesheet" type="text/css" href="/css/site.css" /><script type="text/javascript">
//<![CDATA[

jQuery(document).ready(function() {
Expand Down
2 changes: 2 additions & 0 deletions pombola/templates/default_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
{% javascript 'respond' %}
<![endif]-->

<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">

{% block extra_headers %}{% endblock %}
Expand Down

0 comments on commit f146b6a

Please sign in to comment.