diff options
| author | Tom Christie | 2013-03-15 13:41:22 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-15 13:41:22 +0000 |
| commit | 22a389d0ba4dd5ac7b4fa3839491ec2708bbe7df (patch) | |
| tree | 8b392f465a563210fcba0c5d86cf760c8e11b429 /docs | |
| parent | da76bd704726830b0b76aabe7aef91b2deb72b02 (diff) | |
| download | django-rest-framework-22a389d0ba4dd5ac7b4fa3839491ec2708bbe7df.tar.bz2 | |
Better titles & descriptions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/template.html b/docs/template.html index 08620882..3e0f29aa 100644 --- a/docs/template.html +++ b/docs/template.html @@ -2,11 +2,11 @@ <html lang="en"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> - <title>Django REST framework - APIs made easy.</title> + <title>{{ title }}</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=""> + <meta name="description" content="{{ description }}"> + <meta name="author" content="Tom Christie"> <!-- Le styles --> <link href="{{ base_url }}/css/prettify.css" rel="stylesheet"> |
