diff options
| author | Tom Christie | 2012-10-05 15:26:15 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-05 15:26:15 +0100 |
| commit | 9ac6fcf19cfe8ae8c43790fdf25693316fd1c6d8 (patch) | |
| tree | fc75ec81e0d009567dd168881ae5ddedd55277ea /docs/template.html | |
| parent | 84958d131a29d80acea94dec5260b484556e73d0 (diff) | |
| download | django-rest-framework-9ac6fcf19cfe8ae8c43790fdf25693316fd1c6d8.tar.bz2 | |
Add favicon to docs
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index dc401d89..352116b6 100644 --- a/docs/template.html +++ b/docs/template.html @@ -2,6 +2,7 @@ <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Django REST framework</title> + <link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |
