Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit b0b3384

Browse files
author
heungsub
committed
add the favicon
1 parent 2f94209 commit b0b3384

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

langdev/web/static/favicon.ico

1.12 KB
Binary file not shown.

langdev/web/templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<head>
99
<meta charset="utf-8" />
1010
<title>{% block title -%} LangDev {%- endblock %}</title>
11+
<link rel="shortcut icon" type="image/icon"
12+
href="{{ static_url_for('favicon.ico') }}" />
1113
<!--[if lt IE 9]>
1214
<script src="{{ static_url_for('html5.js') }}"></script>
1315
<![endif]-->

0 commit comments

Comments
 (0)