Skip to content

Commit c39f633

Browse files
authored
Merge pull request postmanlabs#470 from javabrett/favicon
Add a favicon.ico
2 parents 62eeb39 + ea56eea commit c39f633

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst LICENSE AUTHORS requirements.txt test_httpbin.py
22
recursive-include httpbin/templates *
3+
recursive-include httpbin/static *

httpbin/static/favicon.ico

21.9 KB
Binary file not shown.

httpbin/templates/flasgger/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<title>{{ title }}</title>
66
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
77
<link rel="stylesheet" type="text/css" href="{{url_for('flasgger.static', filename='swagger-ui.css')}}" >
8-
<link rel="icon" type="image/png" href="{{url_for('flasgger.static', filename='favicon-32x32.png')}}" sizes="32x32" />
9-
<link rel="icon" type="image/png" href="{{url_for('flasgger.static', filename='favicon-16x16.png')}}" sizes="16x16" />
8+
<link rel="icon" type="image/png" href="{{url_for('static', filename='favicon.ico')}}" sizes="64x64 32x32 16x16" />
109
<style>
1110
html
1211
{

0 commit comments

Comments
 (0)