diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 5a4d31c..e672890 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,6 +9,9 @@ <link rel="stylesheet" type="text/css" href="/static/bootstrap.css"> <link rel="stylesheet" type="text/css" href="/static/custom.css?v=6"> <link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" /> + <link rel="shortcut icon" href="/favicon-16.png" sizes="16x16"> + <link rel="icon" href="/favicon-128.png" sizes="128x128"> + <link rel="icon" href="/favicon-32.png" sizes="32x32"> {% block headextra %}{% endblock %} </head> |
